diff options
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index e9fa7467..06881a9d 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -424,7 +424,7 @@ Rectangle { id: txkeyButton anchors.left: parent.left anchors.right: parent.right - text: qsTr("Check payment") + translationManager.emptyString + text: qsTr("Prove/check") + translationManager.emptyString symbol: qsTr("K") + translationManager.emptyString dotColor: "#FFD781" under: advancedButton |
