mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #924 from keepassxreboot/fix/165_translation
Fix a translation without a parameter
This commit is contained in:
commit
c45df04bea
2 changed files with 2 additions and 2 deletions
|
|
@ -924,7 +924,7 @@
|
|||
"description": "Site preferences info text, first part."
|
||||
},
|
||||
"optionsSitePreferencesTabHelpTextSecond": {
|
||||
"message": "To ignore new/modified credentials on a specific site, add them below or when using the credential banner on the page select",
|
||||
"message": "To ignore new/modified credentials on a specific site, add them below or when using the credential banner on the page select <em>Don't ask again for this site</em>.",
|
||||
"description": "Site preferences info text, second part."
|
||||
},
|
||||
"optionsSitePreferencesTabHelpTextThird": {
|
||||
|
|
|
|||
|
|
@ -464,7 +464,7 @@
|
|||
<p>
|
||||
<span data-i18n="optionsSitePreferencesTabHelpTextFirst"></span>
|
||||
<br />
|
||||
<span data-i18n="optionsSitePreferencesTabHelpTextSecond"></span> <em><span data-i18n="popupButtonIgnore"></span></em>.
|
||||
<span data-i18n="optionsSitePreferencesTabHelpTextSecond"></span>
|
||||
<br />
|
||||
<span data-i18n="optionsSitePreferencesTabHelpTextThird"></span>
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Reference in a new issue