"Search for another user" -> "Find another user"

copy was too long for the search field on some devices!
This commit is contained in:
Emi Matchu 2020-11-24 21:21:38 -08:00
parent 8a06ac7fb9
commit 429d7fd497

View file

@ -366,7 +366,7 @@ function UserSearchForm() {
<Input <Input
value={query} value={query}
onChange={(e) => setQuery(e.target.value)} onChange={(e) => setQuery(e.target.value)}
placeholder="Search for another user…" placeholder="Find another user…"
borderRadius="full" borderRadius="full"
/> />
<InputRightElement> <InputRightElement>