Skip to content

Commit

Permalink
fix(neuron-ui): fix the i18n text of pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 20, 2019
1 parent 4d88216 commit c779a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neuron-ui/src/components/History/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const History = ({
nextPageAriaLabel={t('pagination.next-page')}
firstPageAriaLabel={t('pagination.first-page')}
lastPageAriaLabel={t('pagination.last-page')}
pageAriaLabel={t('pagination-page')}
selectedAriaLabel={t('pagination-selected')}
pageAriaLabel={t('pagination.page')}
selectedAriaLabel={t('pagination.selected')}
firstPageIconProps={{ iconName: 'FirstPage' }}
previousPageIconProps={{ iconName: 'PrevPage' }}
nextPageIconProps={{ iconName: 'NextPage' }}
Expand Down

0 comments on commit c779a20

Please sign in to comment.