Improve micro copy

pull/10616/head
Alex P 2018-05-02 19:47:34 -07:00 committed by Andrew Watkins
parent 876368605a
commit 7c40c417dc
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ const FuncList: SFC<Props> = ({
/> />
)) ))
) : ( ) : (
<div className="ifql-func--item empty">No results</div> <div className="ifql-func--item empty">No matches</div>
)} )}
</FancyScrollbar> </FancyScrollbar>
</ul> </ul>

View File

@ -18,7 +18,7 @@ const FuncSelectorInput: SFC<Props> = ({
className="form-control input-sm ifql-func--input" className="form-control input-sm ifql-func--input"
type="text" type="text"
autoFocus={true} autoFocus={true}
placeholder="Add Function..." placeholder="Add a Function..."
spellCheck={false} spellCheck={false}
onChange={onFilterChange} onChange={onFilterChange}
onKeyDown={onFilterKeyPress} onKeyDown={onFilterKeyPress}