mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-30 17:47:44 +01:00
fix: update manage reset password to manage account recovery, refs AC-1542 (#5851)
This commit is contained in:
parent
290c6aee8f
commit
090a5bcced
@ -246,7 +246,7 @@
|
||||
(change)="handleDependentPermissions()"
|
||||
/>
|
||||
<label class="!tw-font-normal" for="manageResetPassword">
|
||||
{{ "manageResetPassword" | i18n }}
|
||||
{{ "manageAccountRecovery" | i18n }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4378,8 +4378,8 @@
|
||||
"manageUsers": {
|
||||
"message": "Manage users"
|
||||
},
|
||||
"manageResetPassword": {
|
||||
"message": "Manage password reset"
|
||||
"manageAccountRecovery": {
|
||||
"message": "Manage account recovery"
|
||||
},
|
||||
"disableRequiredError": {
|
||||
"message": "You must manually turn the $POLICYNAME$ policy before this policy can be turned off.",
|
||||
|
Loading…
Reference in New Issue
Block a user