diff options
author | dan <dan.abramov@gmail.com> | 2024-12-18 02:53:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 02:53:42 +0000 |
commit | 65d4416f9e30b58c32c02cf65bc84db53c952a87 (patch) | |
tree | a169b55e1fece82b96d4f81a431a176f7b585405 /src/components/ProgressGuide | |
parent | 0cbb03cd14c226bcbfd146a586d97c62a0fc4c9d (diff) | |
download | voidsky-65d4416f9e30b58c32c02cf65bc84db53c952a87.tar.zst |
Tweak Follow dialog Search placeholder (#7147)
Diffstat (limited to 'src/components/ProgressGuide')
-rw-r--r-- | src/components/ProgressGuide/FollowDialog.tsx | 2 |
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} |