1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 10:03:26 +00:00

fix strings

This commit is contained in:
Kyle Spearrin
2018-09-21 16:26:55 -04:00
parent bd74634201
commit a998ee84ec
3 changed files with 3321 additions and 2159 deletions

View File

@@ -106,7 +106,7 @@ namespace Bit.App.Pages
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Close));
}
Title = AppResources.Autofill;
Title = AppResources.PasswordAutofill;
Content = new ScrollView { Content = stackLayout };
}
}