Tweak Follow dialog Search placeholder (#7147)

This commit is contained in:
dan
2024-12-18 02:53:42 +00:00
committed by GitHub
parent 0cbb03cd14
commit 65d4416f9e
@@ -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}