diff options
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} |