1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

i18n fixes

This commit is contained in:
Kyle Spearrin
2016-12-23 23:57:18 -05:00
parent a3f80abb20
commit 588652b721
5 changed files with 8 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
$scope.folder = {
id: !state.folderId || state.folderId === '0' ? null : state.folderId,
name: '(none)'
name: i18nService.noneFolder
};
$scope.i18n = i18nService;
$('#search').focus();