mirror of
https://github.com/bitwarden/web
synced 2025-12-18 09:13:17 +00:00
default collection is i18n
This commit is contained in:
@@ -105,7 +105,7 @@ export class CreateOrganizationComponent {
|
||||
try {
|
||||
this.formPromise = this.cryptoService.makeShareKey().then((shareKey) => {
|
||||
key = shareKey[0].encryptedString;
|
||||
return this.cryptoService.encrypt('Default Collection', shareKey[1]);
|
||||
return this.cryptoService.encrypt(this.i18nService.t('defaultCollection'), shareKey[1]);
|
||||
}).then((collection) => {
|
||||
collectionCt = collection.encryptedString;
|
||||
if (this.selfHosted || this.plan === 'free') {
|
||||
|
||||
Reference in New Issue
Block a user