forked from Public/monero-gui
add missing TranslationManager.emptyString
This commit is contained in:
@@ -152,7 +152,7 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
|
||||
Label {
|
||||
text: qsTr("Password")
|
||||
text: qsTr("Password") + translationManager.emptyString
|
||||
Layout.fillWidth: true
|
||||
|
||||
font.pixelSize: 14 * scaleRatio
|
||||
|
||||
Reference in New Issue
Block a user