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 Search = new SearchBar
{ {
Placeholder = AppResources.SearchVault, Placeholder = AppResources.Search,
FontSize = Device.GetNamedSize(NamedSize.Small, typeof(Button)), FontSize = Device.GetNamedSize(NamedSize.Small, typeof(Button)),
CancelButtonColor = Color.FromHex("3c8dbc") CancelButtonColor = Color.FromHex("3c8dbc")
}; };

View file

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

View file

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