mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Tab text: change Verify Payment to Check Payment
This commit is contained in:
parent
4713228d96
commit
ca967a8ab9
@ -365,7 +365,7 @@ Rectangle {
|
|||||||
id: txkeyButton
|
id: txkeyButton
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
text: qsTr("Verify payment") + translationManager.emptyString
|
text: qsTr("Check payment") + translationManager.emptyString
|
||||||
symbol: qsTr("K") + translationManager.emptyString
|
symbol: qsTr("K") + translationManager.emptyString
|
||||||
dotColor: "#AAFFBB"
|
dotColor: "#AAFFBB"
|
||||||
under: advancedButton
|
under: advancedButton
|
||||||
|
Loading…
Reference in New Issue
Block a user