mirror of
https://github.com/bitwarden/web
synced 2025-12-11 22:03:21 +00:00
exportedOrganizationVault l10n
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 84aab0cb24...d61794265a
@@ -154,6 +154,11 @@ export class EventService {
|
|||||||
case EventType.Organization_PurgedVault:
|
case EventType.Organization_PurgedVault:
|
||||||
msg = this.i18nService.t('purgedOrganizationVault');
|
msg = this.i18nService.t('purgedOrganizationVault');
|
||||||
break;
|
break;
|
||||||
|
/*
|
||||||
|
case EventType.Organization_ClientExportedVault:
|
||||||
|
msg = this.i18nService.t('exportedOrganizationVault');
|
||||||
|
break;
|
||||||
|
*/
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2215,6 +2215,9 @@
|
|||||||
"exportedVault": {
|
"exportedVault": {
|
||||||
"message": "Exported vault."
|
"message": "Exported vault."
|
||||||
},
|
},
|
||||||
|
"exportedOrganizationVault": {
|
||||||
|
"message": "Exported organization vault."
|
||||||
|
},
|
||||||
"editedOrgSettings": {
|
"editedOrgSettings": {
|
||||||
"message": "Edited organization settings."
|
"message": "Edited organization settings."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user