[pixel-search] Change Nasa actions title name

Change-Id: I3e44513d797d867b97664ff2ee46a8e33d020e99
This commit is contained in:
Hilary Huo
2020-09-25 11:12:51 -07:00
parent 00524e7b86
commit de9a5e109d
2 changed files with 5 additions and 3 deletions

View File

@@ -107,8 +107,9 @@ public class SearchTarget implements Comparable<SearchTarget> {
SHORTCUT(5, "Shortcuts", ViewType.SHORTCUT),
PEOPLE(6, "People", ViewType.PEOPLE),
SCREENSHOT(7, "Screenshots", ViewType.THUMBNAIL),
REMOTE_ACTION(8, "Remote Actions", ViewType.SHORTCUT),
SUGGEST(9, "Fallback Search", ViewType.SUGGEST);
ACTION(8, "Actions", ViewType.SHORTCUT),
SUGGEST(9, "Fallback Search", ViewType.SUGGEST),
CHROME_TAB(10, "Chrome Tab", ViewType.SHORTCUT);
private final int mId;