diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-29 14:25:52 +0900 |
---|---|---|
committer | Minseo Lee <itoupluk427@gmail.com> | 2024-02-29 14:25:52 +0900 |
commit | 537ae578d6501319e07132ea8b12c280e0755fca (patch) | |
tree | 55155de78322237ee4de522b9419ecdcd503675c /src | |
parent | 200c4c1d379e591e82d6d1bd065a443f6abc03f5 (diff) | |
download | voidsky-537ae578d6501319e07132ea8b12c280e0755fca.tar.zst |
Update Search.tsx
Diffstat (limited to 'src')
-rw-r--r-- | src/view/screens/Search/Search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx index 42eec53d3..b3ff0e2e3 100644 --- a/src/view/screens/Search/Search.tsx +++ b/src/view/screens/Search/Search.tsx @@ -772,7 +772,7 @@ export function SearchScreen( {searchHistory.length > 0 && ( <View style={styles.searchHistoryContent}> <Text style={[pal.text, styles.searchHistoryTitle]}> - Recent Searches + <Trans>Recent Searches</Trans> </Text> {searchHistory.map((historyItem, index) => ( <View key={index} style={styles.historyItemContainer}> |