mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
exportedOrganizationVault l10n
This commit is contained in:
parent
b0b9d8445e
commit
55481b255b
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 84aab0cb24b8418c625c28c79e8c190861531c5f
|
||||
Subproject commit d61794265a12076b765876b52cef597862727b1f
|
@ -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;
|
||||
}
|
||||
|
@ -2215,6 +2215,9 @@
|
||||
"exportedVault": {
|
||||
"message": "Exported vault."
|
||||
},
|
||||
"exportedOrganizationVault": {
|
||||
"message": "Exported organization vault."
|
||||
},
|
||||
"editedOrgSettings": {
|
||||
"message": "Edited organization settings."
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user