mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Tab text: change Verify Payment to Check Payment
This commit is contained in:
parent
4713228d96
commit
ca967a8ab9
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ Rectangle {
|
|||
id: txkeyButton
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
text: qsTr("Verify payment") + translationManager.emptyString
|
||||
text: qsTr("Check payment") + translationManager.emptyString
|
||||
symbol: qsTr("K") + translationManager.emptyString
|
||||
dotColor: "#AAFFBB"
|
||||
under: advancedButton
|
||||
|
|
Loading…
Reference in a new issue