mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix event i18n ids
This commit is contained in:
@@ -106,10 +106,10 @@ export class EventService {
|
||||
break;
|
||||
// Org user
|
||||
case EventType.OrganizationUser_Invited:
|
||||
msg = this.i18nService.t('invitedUser', this.formatOrgUserId(ev));
|
||||
msg = this.i18nService.t('invitedUserId', this.formatOrgUserId(ev));
|
||||
break;
|
||||
case EventType.OrganizationUser_Confirmed:
|
||||
msg = this.i18nService.t('confirmedUser', this.formatOrgUserId(ev));
|
||||
msg = this.i18nService.t('confirmedUserId', this.formatOrgUserId(ev));
|
||||
break;
|
||||
case EventType.OrganizationUser_Updated:
|
||||
msg = this.i18nService.t('editedUserId', this.formatOrgUserId(ev));
|
||||
|
||||
Reference in New Issue
Block a user