1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.",