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:
@@ -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>
|
||||||
|
|||||||
@@ -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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user