Skip to content

Commit

Permalink
remove unused i18n values
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Nov 5, 2020
1 parent ec96ee3 commit 8845314
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export class UsersGridPage extends Component<Props, State> {
itemId="username"
tableCaption={i18n.translate('xpack.security.management.users.tableCaption', {
defaultMessage: 'Users',
values: { count: this.state.visibleUsers.length },
})}
rowHeader="username"
columns={columns}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export class SpacesGridPage extends Component<Props, State> {
items={this.state.spaces}
tableCaption={i18n.translate('xpack.spaces.management.spacesGridPage.tableCaption', {
defaultMessage: 'Kibana spaces',
values: { count: this.state.spaces.length },
})}
rowHeader="name"
columns={this.getColumnConfig()}
Expand Down

0 comments on commit 8845314

Please sign in to comment.