1
0
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:
Vincent Salucci
2023-08-03 13:26:26 -05:00
committed by GitHub
parent 6c68b46acb
commit 8eaca1608a
2 changed files with 4 additions and 4 deletions

View File

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

View File

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