Skip to content

Commit

Permalink
Update x-pack/plugins/ingest_manager/public/applications/ingest_manag…
Browse files Browse the repository at this point in the history
…er/components/home_integration/tutorial_directory_header_link.tsx

Co-authored-by: Jen Huang <its.jenetic@gmail.com>
  • Loading branch information
nchaulet and jen-huang authored Oct 8, 2020
1 parent 282cca5 commit 7245117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const TutorialDirectoryHeaderLink: TutorialDirectoryHeaderLinkComponent = memo((
return hasIngestManager && noticeState.settingsDataLoaded && noticeState.hasSeenNotice ? (
<EuiButtonEmpty size="s" iconType="link" flush="right" href={getHref('overview')}>
<FormattedMessage
id="xpack.ingestManager.homeIntegration.tutorialDirectory.ifleetAppButtonText"
id="xpack.ingestManager.homeIntegration.tutorialDirectory.fleetAppButtonText"
defaultMessage="Try Fleet Beta"
/>
</EuiButtonEmpty>
Expand Down

0 comments on commit 7245117

Please sign in to comment.