about summary refs log tree commit diff
path: root/src/view/screens/Search/Search.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Search/Search.tsx')
-rw-r--r--src/view/screens/Search/Search.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx
index da3a82a4d..33356662a 100644
--- a/src/view/screens/Search/Search.tsx
+++ b/src/view/screens/Search/Search.tsx
@@ -535,7 +535,7 @@ export function SearchScreen(
             style={styles.headerMenuBtn}
             accessibilityRole="button"
             accessibilityLabel={_(msg`Menu`)}
-            accessibilityHint="Access navigation links and settings">
+            accessibilityHint={_(msg`Access navigation links and settings`)}>
             <FontAwesomeIcon
               icon="bars"
               size={18}
@@ -556,7 +556,7 @@ export function SearchScreen(
           <TextInput
             testID="searchTextInput"
             ref={textInput}
-            placeholder="Search"
+            placeholder={_(msg`Search`)}
             placeholderTextColor={pal.colors.textLight}
             selectTextOnFocus
             returnKeyType="search"