mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
[PM-8059] Clarify warning message (#9141)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span bitDialogContent>
|
<span bitDialogContent>
|
||||||
<bit-callout type="warning">{{ "changeKdfLoggedOutWarning" | i18n }}</bit-callout>
|
<bit-callout type="warning">{{ "kdfSettingsChangeLogoutWarning" | i18n }}</bit-callout>
|
||||||
<form
|
<form
|
||||||
id="form"
|
id="form"
|
||||||
[formGroup]="form"
|
[formGroup]="form"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div class="tabbed-header">
|
<div class="tabbed-header">
|
||||||
<h1>{{ "encKeySettings" | i18n }}</h1>
|
<h1>{{ "encKeySettings" | i18n }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<bit-callout type="warning">{{ "changeKdfLoggedOutWarning" | i18n }}</bit-callout>
|
<bit-callout type="warning">{{ "kdfSettingsChangeLogoutWarning" | i18n }}</bit-callout>
|
||||||
<form #form ngNativeValidate autocomplete="off">
|
<form #form ngNativeValidate autocomplete="off">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
|
|||||||
@@ -7014,8 +7014,8 @@
|
|||||||
"updateLowKdfIterationsDesc": {
|
"updateLowKdfIterationsDesc": {
|
||||||
"message": "Update your encryption settings to meet new security recommendations and improve account protection."
|
"message": "Update your encryption settings to meet new security recommendations and improve account protection."
|
||||||
},
|
},
|
||||||
"changeKdfLoggedOutWarning": {
|
"kdfSettingsChangeLogoutWarning": {
|
||||||
"message": "Proceeding will log you out of all active sessions. You will need to log back in and complete two-step login setup. We recommend exporting your vault before changing your encryption settings to prevent data loss."
|
"message": "Proceeding will log you out of all active sessions. You will need to log back in and complete two-step login, if any. We recommend exporting your vault before changing your encryption settings to prevent data loss."
|
||||||
},
|
},
|
||||||
"secretsManager": {
|
"secretsManager": {
|
||||||
"message": "Secrets Manager"
|
"message": "Secrets Manager"
|
||||||
|
|||||||
Reference in New Issue
Block a user