1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +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()" (change)="handleDependentPermissions()"
/> />
<label class="!tw-font-normal" for="manageResetPassword"> <label class="!tw-font-normal" for="manageResetPassword">
{{ "manageResetPassword" | i18n }} {{ "manageAccountRecovery" | i18n }}
</label> </label>
</div> </div>
</div> </div>

View File

@@ -4378,8 +4378,8 @@
"manageUsers": { "manageUsers": {
"message": "Manage users" "message": "Manage users"
}, },
"manageResetPassword": { "manageAccountRecovery": {
"message": "Manage password reset" "message": "Manage account recovery"
}, },
"disableRequiredError": { "disableRequiredError": {
"message": "You must manually turn the $POLICYNAME$ policy before this policy can be turned off.", "message": "You must manually turn the $POLICYNAME$ policy before this policy can be turned off.",