Skip to content

Commit

Permalink
[ML] Amends the ML app description on the management page (#166843)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Oct 2, 2023
1 parent 843dec4 commit 7d77742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kbn-management/cards_navigation/src/consts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const appDefinitions: Record<AppId, AppDefinition> = {
category: appCategories.DATA,
description: i18n.translate('management.landing.withCardNavigation.mlDescription', {
defaultMessage:
'View, export, and import machine learning analytics and anomaly detection items.',
'Identify, analyze, and process your data using advanced analysis techniques.',
}),
icon: <EuiIcon size="l" type="indexMapping" />,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const JobsListPage: FC<Props> = ({
description={
<FormattedMessage
id="xpack.ml.management.jobsList.jobsListTagline"
defaultMessage="View, export, and import machine learning analytics and anomaly detection items."
defaultMessage="Identify, analyze, and process your data using advanced analysis techniques."
/>
}
rightSideItems={[<DocsLink currentTabId={currentTabId} />]}
Expand Down

0 comments on commit 7d77742

Please sign in to comment.