diff options
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index eceef188..a5758306 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -191,7 +191,7 @@ Item { MoneroComponents.StandardButton { id: cancelButton small: true - text: qsTr("Cancel") + translationManager.emptyString + text: root.walletName.length > 0 ? qsTr("Change wallet") + translationManager.emptyString : qsTr("Cancel") + translationManager.emptyString KeyNavigation.tab: passwordInput onClicked: { root.close() |
