mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
[SG-79] Mobile Vault Filter (#1928)
* [SG-79] Vault Filter * Update vault button text after sync * formatting * cleanup * cleanup
This commit is contained in:
30
src/App/Resources/AppResources.Designer.cs
generated
30
src/App/Resources/AppResources.Designer.cs
generated
@@ -3970,5 +3970,35 @@ namespace Bit.App.Resources {
|
||||
return ResourceManager.GetString("SpecialCharacters", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string FilterByVault {
|
||||
get {
|
||||
return ResourceManager.GetString("FilterByVault", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AllVaults {
|
||||
get {
|
||||
return ResourceManager.GetString("AllVaults", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Vaults {
|
||||
get {
|
||||
return ResourceManager.GetString("Vaults", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string VaultFilterDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("VaultFilterDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string All {
|
||||
get {
|
||||
return ResourceManager.GetString("All", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user