1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

Changed "Cancel" to "Close"

This commit is contained in:
Kyle Spearrin
2017-10-13 09:11:37 -04:00
parent 9a22a1dbf4
commit 37f05f0a12
4 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ namespace Bit.App.Pages
{
analyticsTable.RowHeight = -1;
analyticsTable.EstimatedRowHeight = 70;
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Close));
}
Title = AppResources.Features;