mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Amends the ML app description on the management page (#166843)
This commit is contained in:
parent
843dec428d
commit
7d777423b9
2 changed files with 2 additions and 2 deletions
|
@ -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" />,
|
||||
},
|
||||
|
|
|
@ -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} />]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue