mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-18 09:27:27 -04:00
add missing TranslationManager.emptyString
This commit is contained in:
@@ -403,7 +403,7 @@ Rectangle {
|
||||
newPasswordDialog.open()
|
||||
} else {
|
||||
informationPopup.title = qsTr("Error") + translationManager.emptyString;
|
||||
informationPopup.text = qsTr("Wrong password");
|
||||
informationPopup.text = qsTr("Wrong password") + translationManager.emptyString;
|
||||
informationPopup.open()
|
||||
informationPopup.onCloseCallback = function() {
|
||||
passwordDialog.open()
|
||||
|
||||
Reference in New Issue
Block a user