Skip to content

Commit

Permalink
Fixing a small typo (#59185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic authored Mar 3, 2020
1 parent e4f4ac7 commit 3a7aa58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function ToolBarPagerButtons(props: Props) {
disabled={!props.hasNextPage}
data-test-subj="btnNextPage"
aria-label={i18n.translate(
'kbn.ddiscover.docTable.pager.toolbarPagerButtons.nextButtonAriaLabel',
'kbn.discover.docTable.pager.toolbarPagerButtons.nextButtonAriaLabel',
{
defaultMessage: 'Next page in table',
}
Expand Down

0 comments on commit 3a7aa58

Please sign in to comment.