mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
exportedOrganizationVault l10n
This commit is contained in:
@@ -154,6 +154,11 @@ export class EventService {
|
||||
case EventType.Organization_PurgedVault:
|
||||
msg = this.i18nService.t('purgedOrganizationVault');
|
||||
break;
|
||||
/*
|
||||
case EventType.Organization_ClientExportedVault:
|
||||
msg = this.i18nService.t('exportedOrganizationVault');
|
||||
break;
|
||||
*/
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user