mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
added important to strings for localization (#4655)
Co-authored-by: Daniel James Smith <djsmith@web.de>
This commit is contained in:
parent
91ca032b7a
commit
bf03e62a41
@ -47,7 +47,7 @@
|
||||
[(toggled)]="showPassword"
|
||||
></button>
|
||||
<bit-hint>
|
||||
<span class="tw-font-semibold">Important:</span>
|
||||
<span class="tw-font-semibold">{{ "important" | i18n }}</span>
|
||||
{{ "masterPassImportant" | i18n }}
|
||||
</bit-hint>
|
||||
</bit-form-field>
|
||||
|
@ -6368,6 +6368,9 @@
|
||||
"userAccessSecretsManager": {
|
||||
"message": "This user can access the Secrets Manager Beta"
|
||||
},
|
||||
"important": {
|
||||
"message": "Important:"
|
||||
},
|
||||
"viewAll": {
|
||||
"message": "View all"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user