mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 19:13:19 +00:00
autofill search UX improvements
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -304,6 +304,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You are searching for an auto-fill login for "{0}"..
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceSearch {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceSearch", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 1. On the Android Accessibility Settings screen, touch "bitwarden" under the Services heading..
|
||||
/// </summary>
|
||||
@@ -1573,6 +1582,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Search.
|
||||
/// </summary>
|
||||
public static string Search {
|
||||
get {
|
||||
return ResourceManager.GetString("Search", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Search vault.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user