mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
search vault capitalized
This commit is contained in:
parent
ec32679ab1
commit
b2f68a5a7e
3 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
};
|
};
|
||||||
|
|
2
src/App/Resources/AppResources.Designer.cs
generated
2
src/App/Resources/AppResources.Designer.cs
generated
|
@ -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 {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue