1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

update translation key

This commit is contained in:
rr-bw
2025-04-14 15:13:50 -07:00
parent 5e9c53f07b
commit 78c8a0c52f
3 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ export class ChangePasswordComponent
content:
this.i18nService.t("updateEncryptionKeyWarning") +
" " +
this.i18nService.t("updateEncryptionKeyExportWarning") +
this.i18nService.t("updateEncryptionKeyAccountExportWarning") +
" " +
this.i18nService.t("rotateEncKeyConfirmation"),
type: "warning",

View File

@@ -4540,7 +4540,7 @@
"updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
},
"updateEncryptionKeyExportWarning": {
"updateEncryptionKeyAccountExportWarning": {
"message": "Any account restricted exports you have saved will become invalid."
},
"subscription": {

View File

@@ -522,7 +522,7 @@ export class InputPasswordComponent implements OnInit {
content:
this.i18nService.t("updateEncryptionKeyWarning") +
" " +
this.i18nService.t("updateEncryptionKeyExportWarning") +
this.i18nService.t("updateEncryptionKeyAccountExportWarning") +
" " +
this.i18nService.t("rotateEncKeyConfirmation"),
type: "warning",