Skip to content

Commit

Permalink
Revert token revert
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Mar 8, 2022
1 parent c35aa40 commit 6a0f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/table_pagination/table_pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const EuiTablePagination: FunctionComponent<EuiTablePaginationProps> = ({
>
{itemsPerPage === 0 ? (
<EuiI18n
token="euiTablePagination.showingAll"
token="euiTablePagination.allRows"
default="Showing all rows"
/>
) : (
Expand Down

0 comments on commit 6a0f56a

Please sign in to comment.