Skip to content

Commit

Permalink
Fixed formatted message ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Vassilis Asteriou committed Aug 8, 2019
1 parent 8f7eaca commit 33deab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class HelpMenu extends PureComponent {
href={`${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/discover.html`}
target="_blank"
>
<FormattedMessage id="kbn.dashboard.helpMenu.docLabel" defaultMessage="Discover documentation" />
<FormattedMessage id="kbn.discover.helpMenu.docLabel" defaultMessage="Discover documentation" />
</EuiButton>
</Fragment>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class HelpMenu extends PureComponent {
href={`${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/visualize.html`}
target="_blank"
>
<FormattedMessage id="kbn.dashboard.helpMenu.docLabel" defaultMessage="Visualize documentation" />
<FormattedMessage id="kbn.visualize.helpMenu.docLabel" defaultMessage="Visualize documentation" />
</EuiButton>
</Fragment>
);
Expand Down

0 comments on commit 33deab1

Please sign in to comment.