1
0
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:
Jake Fink
2022-04-10 13:00:52 -04:00
committed by GitHub
parent b6ad3527db
commit 14d4b2ee29
6 changed files with 37 additions and 31 deletions

View File

@@ -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);
}
}