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:
@@ -342,9 +342,9 @@ export class EventService {
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case EventType.OrganizationUser_Deleted:
|
case EventType.OrganizationUser_Deleted:
|
||||||
msg = this.i18nService.t("deletedUserId", this.formatOrgUserId(ev));
|
msg = this.i18nService.t("deletedUserIdEventMessage", this.formatOrgUserId(ev));
|
||||||
humanReadableMsg = this.i18nService.t(
|
humanReadableMsg = this.i18nService.t(
|
||||||
"deletedUserId",
|
"deletedUserIdEventMessage",
|
||||||
this.getShortId(ev.organizationUserId),
|
this.getShortId(ev.organizationUserId),
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -10295,8 +10295,8 @@
|
|||||||
"organizationUserDeletedDesc": {
|
"organizationUserDeletedDesc": {
|
||||||
"message": "The user was removed from the organization and all associated user data has been deleted."
|
"message": "The user was removed from the organization and all associated user data has been deleted."
|
||||||
},
|
},
|
||||||
"deletedUserId": {
|
"deletedUserIdEventMessage": {
|
||||||
"message": "Deleted user $ID$ - an owner / admin deleted the user account",
|
"message": "Deleted user $ID$",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"id": {
|
"id": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
|
|||||||
Reference in New Issue
Block a user