1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

folder none translation

This commit is contained in:
Kyle Spearrin
2019-04-22 17:10:28 -04:00
parent 913cd23c45
commit 997ed42178

View File

@@ -108,7 +108,7 @@ namespace Bit.Core.Services
var noneFolder = new FolderView
{
Name = _i18nService.T("noneFolder")
Name = _i18nService.T("FolderNone")
};
decFolders.Add(noneFolder);