about summary refs log tree commit diff
path: root/src/view/shell/desktop/Search.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-11-15 19:00:43 -0600
committerGitHub <noreply@github.com>2023-11-15 19:00:43 -0600
commitfe1a7183fcff4367a7a30b453c6e7fac4ef76be2 (patch)
tree7fd2f46e64dd666f850bacce401307e4a08b82a0 /src/view/shell/desktop/Search.tsx
parent22b76423a0a0e5cfb40bb00c22dec628f5a5a4c0 (diff)
downloadvoidsky-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.tsx2
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"