mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +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() {
|
handleDependentPermissions() {
|
||||||
// Manage Password Reset must have Manage Users enabled
|
// Manage Password Reset (Account Recovery) must have Manage Users enabled
|
||||||
if (
|
if (
|
||||||
this.permissionsGroup.value.manageResetPassword &&
|
this.permissionsGroup.value.manageResetPassword &&
|
||||||
!this.permissionsGroup.value.manageUsers
|
!this.permissionsGroup.value.manageUsers
|
||||||
@@ -312,7 +312,7 @@ export class MemberDialogComponent implements OnInit, OnDestroy {
|
|||||||
this.platformUtilsService.showToast(
|
this.platformUtilsService.showToast(
|
||||||
"info",
|
"info",
|
||||||
null,
|
null,
|
||||||
this.i18nService.t("resetPasswordManageUsers")
|
this.i18nService.t("accountRecoveryManageUsers")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4704,8 +4704,8 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"message": "Error"
|
"message": "Error"
|
||||||
},
|
},
|
||||||
"resetPasswordManageUsers": {
|
"accountRecoveryManageUsers": {
|
||||||
"message": "Manage users must also be granted with the manage password reset permission"
|
"message": "Manage users must also be granted with the manage account recovery permission"
|
||||||
},
|
},
|
||||||
"setupProvider": {
|
"setupProvider": {
|
||||||
"message": "Provider setup"
|
"message": "Provider setup"
|
||||||
|
|||||||
Reference in New Issue
Block a user