mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
fix: update leftover reset password message, refs AC-1574 (#5934)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user