Skip to content

Commit

Permalink
Tweak Follow dialog Search placeholder (#7147)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Dec 18, 2024
1 parent 0cbb03c commit 65d4416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressGuide/FollowDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 65d4416

Please sign in to comment.