Skip to content

Commit

Permalink
Add plural names
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflau committed Jul 30, 2019
1 parent 89c2b1a commit c2537cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchName/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function Search({ history, className, style }) {
}}
>
<input
placeholder="Search name or addresses"
placeholder="Search names or addresses"
ref={el => (input = el)}
onChange={handleParse}
/>
Expand Down

0 comments on commit c2537cc

Please sign in to comment.