Skip to content

Commit

Permalink
pagination labeling fixes elastic#735
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed May 11, 2018
1 parent 9c3ca32 commit 36f91ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pagination/pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const EuiPagination = ({
<EuiButtonIcon
onClick={onPageClick.bind(null, activePage + 1)}
iconType="arrowRight"
aria-label="Previous"
aria-label="Next"
disabled={activePage === pageCount - 1}
color="text"
/>
Expand Down

0 comments on commit 36f91ad

Please sign in to comment.