1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 19:43:56 +00:00

password updated fixes

This commit is contained in:
Kyle Spearrin
2018-07-30 22:42:54 -04:00
parent a3174d7015
commit 4e4b56d7fe
3 changed files with 5 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ namespace Bit.App.Pages
NotesCell
};
OtherSection = new TableSection(AppResources.Other)
OtherSection = new TableSection(Helpers.GetEmptyTableSectionTitle())
{
revisionDateCell
};