1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

fix: update manage reset password to manage account recovery, refs AC-1542 (#5851)

This commit is contained in:
Vincent Salucci
2023-07-26 13:36:29 -05:00
committed by GitHub
parent 290c6aee8f
commit 090a5bcced
2 changed files with 3 additions and 3 deletions

View File

@@ -246,7 +246,7 @@
(change)="handleDependentPermissions()"
/>
<label class="!tw-font-normal" for="manageResetPassword">
{{ "manageResetPassword" | i18n }}
{{ "manageAccountRecovery" | i18n }}
</label>
</div>
</div>

View File

@@ -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.",