1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

fix: update leftover reset password message, refs AC-1574 (#5934)

This commit is contained in:
Vincent Salucci 2023-08-03 13:26:26 -05:00 committed by GitHub
parent 6c68b46acb
commit 8eaca1608a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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")
);
}
}

View File

@ -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"