Skip to content

Commit

Permalink
Fixing a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Mar 3, 2020
1 parent 417f796 commit 55bec3e
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 55bec3e

Please sign in to comment.