Translate some things on search (#1917)

This commit is contained in:
Eric Bailey
2023-11-15 19:00:43 -06:00
committed by GitHub
parent 22b76423a0
commit fe1a7183fc
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export function DesktopSearch() {
/>
<TextInput
testID="searchTextInput"
placeholder="Search"
placeholder={_(msg`Search`)}
placeholderTextColor={pal.colors.textLight}
selectTextOnFocus
returnKeyType="search"