mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
rename tab Tx Key -> Verify payment
This commit is contained in:
parent
bb85cb4a9a
commit
637d75480c
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ Rectangle {
|
||||||
id: txkeyButton
|
id: txkeyButton
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
text: qsTr("Tx Key") + translationManager.emptyString
|
text: qsTr("Verify payment") + translationManager.emptyString
|
||||||
symbol: qsTr("K") + translationManager.emptyString
|
symbol: qsTr("K") + translationManager.emptyString
|
||||||
dotColor: "#AAFFBB"
|
dotColor: "#AAFFBB"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in a new issue