Improve micro copy
parent
876368605a
commit
7c40c417dc
|
@ -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>
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue