Skip to content

Commit

Permalink
changing ... to ellipses character
Browse files Browse the repository at this point in the history
  • Loading branch information
RodyLipson committed Mar 16, 2021
1 parent 8a6727a commit 3c0fc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json-extension/src/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 3c0fc21

Please sign in to comment.