Skip to content

Commit

Permalink
Merge pull request #9946 from RodyLipson/changedellipsis
Browse files Browse the repository at this point in the history
changing ... to ellipsis character in json find
  • Loading branch information
jasongrout committed Mar 18, 2021
2 parents 74d26df + 3c0fc21 commit 60ccaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json-extension/src/component.tsx
Expand Up @@ -65,7 +65,7 @@ export class Component extends React.Component<IProps, IState> {
<InputGroup
className="filter"
type="text"
placeholder={trans.__('Filter...')}
placeholder={trans.__('Filter')}
onChange={this.handleChange}
value={this.state.value}
rightIcon="ui-components:search"
Expand Down

0 comments on commit 60ccaf4

Please sign in to comment.