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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View file

@ -157,7 +157,7 @@ export function DesktopSearch() {
/>
<TextInput
testID="searchTextInput"
placeholder="Search"
placeholder={_(msg`Search`)}
placeholderTextColor={pal.colors.textLight}
selectTextOnFocus
returnKeyType="search"