misc: strip html out of translatable strings

This commit is contained in:
selsta
2019-12-08 22:06:31 +01:00
parent d5469c8247
commit 98ab4ea2aa
7 changed files with 18 additions and 22 deletions

View File

@@ -87,7 +87,7 @@ ColumnLayout {
}
MoneroComponents.WarningBox {
text: qsTr("<b>Enter a strong password</b> (Using letters, numbers, and/or symbols).") + translationManager.emptyString
text: "<b>%1</b> (%2).".arg(qsTr("Enter a strong password")).arg(qsTr("Using letters, numbers, and/or symbols")) + translationManager.emptyString
}
ColumnLayout {