forked from Public/monero-gui
add missing TranslationManager.emptyString
This commit is contained in:
@@ -63,7 +63,7 @@ Rectangle {
|
||||
|
||||
WizardNav {
|
||||
Layout.topMargin: 24 * scaleRatio
|
||||
btnNextText: qsTr("Open wallet")
|
||||
btnNextText: qsTr("Open wallet") + translationManager.emptyString
|
||||
progressSteps: 4
|
||||
progress: 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user