about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-29 14:25:52 +0900
committerMinseo Lee <itoupluk427@gmail.com>2024-02-29 14:25:52 +0900
commit537ae578d6501319e07132ea8b12c280e0755fca (patch)
tree55155de78322237ee4de522b9419ecdcd503675c /src
parent200c4c1d379e591e82d6d1bd065a443f6abc03f5 (diff)
downloadvoidsky-537ae578d6501319e07132ea8b12c280e0755fca.tar.zst
Update Search.tsx
Diffstat (limited to 'src')
-rw-r--r--src/view/screens/Search/Search.tsx2
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}>