Tweak Follow dialog Search placeholder

This commit is contained in:
Dan Abramov
2024-12-18 02:50:33 +00:00
parent 0cbb03cd14
commit 3216dc442b
@@ -738,7 +738,7 @@ function SearchInput({
<TextInput <TextInput
ref={inputRef} ref={inputRef}
placeholder={_(msg`Search`)} placeholder={_(msg`Search by name or interest`)}
defaultValue={defaultValue} defaultValue={defaultValue}
onChangeText={onChangeText} onChangeText={onChangeText}
onFocus={onFocus} onFocus={onFocus}