1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

added important to strings for localization (#4655)

Co-authored-by: Daniel James Smith <djsmith@web.de>
This commit is contained in:
UnderAndOver 2023-02-17 00:31:56 +02:00 committed by GitHub
parent 91ca032b7a
commit bf03e62a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -6368,6 +6368,9 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},