1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

[PM-19589] Update delete organization user event log message (#15714)

* chore: update key and message with new content, refs PM-19589

* chore: update reference to new message key, refs PM-19589

* chore: update message based on product/design review, refs PM-19589
This commit is contained in:
Vincent Salucci
2025-07-22 13:19:26 -05:00
committed by GitHub
parent 78353a9882
commit d0fc9e9a2b
2 changed files with 4 additions and 4 deletions

View File

@@ -342,9 +342,9 @@ export class EventService {
);
break;
case EventType.OrganizationUser_Deleted:
msg = this.i18nService.t("deletedUserId", this.formatOrgUserId(ev));
msg = this.i18nService.t("deletedUserIdEventMessage", this.formatOrgUserId(ev));
humanReadableMsg = this.i18nService.t(
"deletedUserId",
"deletedUserIdEventMessage",
this.getShortId(ev.organizationUserId),
);
break;

View File

@@ -10295,8 +10295,8 @@
"organizationUserDeletedDesc": {
"message": "The user was removed from the organization and all associated user data has been deleted."
},
"deletedUserId": {
"message": "Deleted user $ID$ - an owner / admin deleted the user account",
"deletedUserIdEventMessage": {
"message": "Deleted user $ID$",
"placeholders": {
"id": {
"content": "$1",