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/sections/overview/index.tsx

Co-Authored-By: Jen Huang <[email protected]>
  • Loading branch information
hbharding and jen-huang authored Apr 28, 2020
1 parent 1bb4d35 commit a250a59
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ export const IngestManagerOverview: React.FunctionComponent = () => {
defaultMessage="Ingest Manager"
/>
<AlphaBadge
label={i18n.translate('xpack.IngestManager.alphaBadge.label', {
label={i18n.translate('xpack.IngestManager.alphaBadge.labelText', {
defaultMessage: 'Alpha',
})}
title={i18n.translate('xpack.IngestManager.alphaBadge.title', {
title={i18n.translate('xpack.IngestManager.alphaBadge.titleText', {
defaultMessage: 'Alpha release',
})}
tooltipContent={i18n.translate('xpack.IngestManager.alphaBadge.title', {
tooltipContent={i18n.translate('xpack.IngestManager.alphaBadge.titleText', {
defaultMessage:
'Ingest Manager is under active development and is not intended for production purposes.',
})}
Expand Down

0 comments on commit a250a59

Please sign in to comment.