mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 03:23:23 +00:00
[BEEEP] add context to search titles (#1878)
* add more descriptive titles to search pages * add App Resources
This commit is contained in:
14
src/App/Resources/AppResources.Designer.cs
generated
14
src/App/Resources/AppResources.Designer.cs
generated
@@ -2387,15 +2387,21 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string SearchFolder {
|
||||
public static string SearchFileSends {
|
||||
get {
|
||||
return ResourceManager.GetString("SearchFolder", resourceCulture);
|
||||
return ResourceManager.GetString("SearchFileSends", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SearchType {
|
||||
public static string SearchTextSends {
|
||||
get {
|
||||
return ResourceManager.GetString("SearchType", resourceCulture);
|
||||
return ResourceManager.GetString("SearchTextSends", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SearchGroup {
|
||||
get {
|
||||
return ResourceManager.GetString("SearchGroup", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user