about summary refs log tree commit diff
path: root/src/components/ProgressGuide
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-12-18 02:53:42 +0000
committerGitHub <noreply@github.com>2024-12-18 02:53:42 +0000
commit65d4416f9e30b58c32c02cf65bc84db53c952a87 (patch)
treea169b55e1fece82b96d4f81a431a176f7b585405 /src/components/ProgressGuide
parent0cbb03cd14c226bcbfd146a586d97c62a0fc4c9d (diff)
downloadvoidsky-65d4416f9e30b58c32c02cf65bc84db53c952a87.tar.zst
Tweak Follow dialog Search placeholder (#7147)
Diffstat (limited to 'src/components/ProgressGuide')
-rw-r--r--src/components/ProgressGuide/FollowDialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProgressGuide/FollowDialog.tsx b/src/components/ProgressGuide/FollowDialog.tsx
index 6ac3200df..fa233bb65 100644
--- a/src/components/ProgressGuide/FollowDialog.tsx
+++ b/src/components/ProgressGuide/FollowDialog.tsx
@@ -738,7 +738,7 @@ function SearchInput({
 
       <TextInput
         ref={inputRef}
-        placeholder={_(msg`Search`)}
+        placeholder={_(msg`Search by name or interest`)}
         defaultValue={defaultValue}
         onChangeText={onChangeText}
         onFocus={onFocus}