Skip to content

Commit

Permalink
Fix i18n label.
Browse files Browse the repository at this point in the history
  • Loading branch information
skh committed May 4, 2020
1 parent d0c6abc commit 95a0d71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const TableRowActions = React.memo<{ items: EuiContextMenuPanelProps['ite
<EuiButtonIcon
iconType="boxesHorizontal"
onClick={handleToggleMenu}
aria-label={i18n.translate('xpack.ingestManager.agentList.ActionsMenuText', {
aria-label={i18n.translate('xpack.ingestManager.agentConfigList.ActionsMenuText', {
defaultMessage: 'Open',
})}
/>
Expand Down

0 comments on commit 95a0d71

Please sign in to comment.