mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-21 00:07:27 -04:00
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