1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

apply i18n strings

This commit is contained in:
Kyle Spearrin
2018-01-24 16:32:24 -05:00
parent c49ac847d6
commit 4f62792bda
6 changed files with 96 additions and 28 deletions

View File

@@ -74,7 +74,7 @@ const settingsService = new SettingsService(userService, storageService);
const cipherService = new CipherService(cryptoService, userService, settingsService,
apiService, storageService);
const folderService = new FolderService(cryptoService, userService,
() => i18nService.t('noneFolder'), apiService, storageService);
() => i18nService.t('noFolder'), apiService, storageService);
const collectionService = new CollectionService(cryptoService, userService, storageService);
const lockService = new LockService(cipherService, folderService, collectionService,
cryptoService, platformUtilsService, storageService,