mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
folder none translation
This commit is contained in:
parent
913cd23c45
commit
997ed42178
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ namespace Bit.Core.Services
|
||||||
|
|
||||||
var noneFolder = new FolderView
|
var noneFolder = new FolderView
|
||||||
{
|
{
|
||||||
Name = _i18nService.T("noneFolder")
|
Name = _i18nService.T("FolderNone")
|
||||||
};
|
};
|
||||||
decFolders.Add(noneFolder);
|
decFolders.Add(noneFolder);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue