i18n: Don't use empty string
An empty `msgstr ""` leads to the raw msgid (in this case `gluon-config-mode:pubkey`) to be printed. This is ugly, thus we replace it with an HTML comment <!-- empty -->
This commit is contained in:
parent
20e5467cf0
commit
722ce5d503
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"entsprechend aus und sende es ab. "
|
||||
|
||||
msgid "gluon-config-mode:pubkey"
|
||||
msgstr ""
|
||||
msgstr "<!-- empty -->"
|
||||
|
||||
msgid "gluon-config-mode:reboot"
|
||||
msgstr ""
|
||||
|
|
|
@ -16,7 +16,7 @@ msgstr ""
|
|||
"Fill out the following form to your liking and submit it."
|
||||
|
||||
msgid "gluon-config-mode:pubkey"
|
||||
msgstr ""
|
||||
msgstr "<!-- empty -->"
|
||||
|
||||
msgid "gluon-config-mode:reboot"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue