Skip to content

Commit

Permalink
[ML] Update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Sep 1, 2020
1 parent 4155201 commit 41af491
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions x-pack/plugins/ml/server/lib/register_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ export function registerKibanaSettings(coreSetup: CoreSetup) {
},
[ANOMALY_DETECTION_ENABLE_TIME_RANGE]: {
name: i18n.translate('xpack.ml.advancedSettings.enableAnomalyDetectionDefaultTimeRangeName', {
defaultMessage: 'Enable default time range for anomaly detection jobs',
defaultMessage: 'Enable time filter defaults for anomaly detection jobs',
}),
value: false,
schema: schema.boolean(),
description: i18n.translate(
'xpack.ml.advancedSettings.enableAnomalyDetectionDefaultTimeRangeDesc',
{
defaultMessage: 'Use a default time filter to view anomaly detection jobs.',
defaultMessage:
'Use the default time filter in the Single Metric Viewer and Anomaly Explorer.',
}
),
category: ['Machine Learning'],
Expand All @@ -60,7 +61,8 @@ export function registerKibanaSettings(coreSetup: CoreSetup) {
description: i18n.translate(
'xpack.ml.advancedSettings.anomalyDetectionDefaultTimeRangeDesc',
{
defaultMessage: 'The default time filter to view anomaly detection jobs.',
defaultMessage:
'The time filter selection to use when viewing anomaly detection job results.',
}
),
schema: schema.object({
Expand Down

0 comments on commit 41af491

Please sign in to comment.