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