mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-06 23:51:28 +01:00
fix: update leftover reset password message, refs AC-1574 (#5934)
This commit is contained in:
parent
6c68b46acb
commit
8eaca1608a
@ -302,7 +302,7 @@ export class MemberDialogComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
handleDependentPermissions() {
|
||||
// Manage Password Reset must have Manage Users enabled
|
||||
// Manage Password Reset (Account Recovery) must have Manage Users enabled
|
||||
if (
|
||||
this.permissionsGroup.value.manageResetPassword &&
|
||||
!this.permissionsGroup.value.manageUsers
|
||||
@ -312,7 +312,7 @@ export class MemberDialogComponent implements OnInit, OnDestroy {
|
||||
this.platformUtilsService.showToast(
|
||||
"info",
|
||||
null,
|
||||
this.i18nService.t("resetPasswordManageUsers")
|
||||
this.i18nService.t("accountRecoveryManageUsers")
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -4704,8 +4704,8 @@
|
||||
"error": {
|
||||
"message": "Error"
|
||||
},
|
||||
"resetPasswordManageUsers": {
|
||||
"message": "Manage users must also be granted with the manage password reset permission"
|
||||
"accountRecoveryManageUsers": {
|
||||
"message": "Manage users must also be granted with the manage account recovery permission"
|
||||
},
|
||||
"setupProvider": {
|
||||
"message": "Provider setup"
|
||||
|
Loading…
Reference in New Issue
Block a user