diff options
author | Eric Bailey <git@esb.lol> | 2023-11-15 19:00:43 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 19:00:43 -0600 |
commit | fe1a7183fcff4367a7a30b453c6e7fac4ef76be2 (patch) | |
tree | 7fd2f46e64dd666f850bacce401307e4a08b82a0 /src/view/shell/desktop/Search.tsx | |
parent | 22b76423a0a0e5cfb40bb00c22dec628f5a5a4c0 (diff) | |
download | voidsky-fe1a7183fcff4367a7a30b453c6e7fac4ef76be2.tar.zst |
Translate some things on search (#1917)
Diffstat (limited to 'src/view/shell/desktop/Search.tsx')
-rw-r--r-- | src/view/shell/desktop/Search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/Search.tsx b/src/view/shell/desktop/Search.tsx index 831eda7ca..5033fc2d8 100644 --- a/src/view/shell/desktop/Search.tsx +++ b/src/view/shell/desktop/Search.tsx @@ -157,7 +157,7 @@ export function DesktopSearch() { /> <TextInput testID="searchTextInput" - placeholder="Search" + placeholder={_(msg`Search`)} placeholderTextColor={pal.colors.textLight} selectTextOnFocus returnKeyType="search" |