1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-23 11:45:38 +01:00

search vault capitalized

This commit is contained in:
Kyle Spearrin 2017-11-29 11:26:21 -05:00
parent ec32679ab1
commit b2f68a5a7e
3 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ namespace Bit.App.Pages
Search = new SearchBar
{
Placeholder = AppResources.SearchVault,
Placeholder = AppResources.Search,
FontSize = Device.GetNamedSize(NamedSize.Small, typeof(Button)),
CancelButtonColor = Color.FromHex("3c8dbc")
};

View File

@ -2492,7 +2492,7 @@ namespace Bit.App.Resources {
}
/// <summary>
/// Looks up a localized string similar to Search vault.
/// Looks up a localized string similar to Search Vault.
/// </summary>
public static string SearchVault {
get {

View File

@ -662,7 +662,7 @@
<value>Re-type Master Password</value>
</data>
<data name="SearchVault" xml:space="preserve">
<value>Search vault</value>
<value>Search Vault</value>
</data>
<data name="Security" xml:space="preserve">
<value>Security</value>