Skip to content

Commit

Permalink
correct ml casing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMarcialis committed Oct 2, 2019
1 parent bdeb656 commit 3d4ed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/siem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function siem(kibana: any) {
type: 'number',
description: i18n.translate('xpack.siem.uiSettings.defaultAnomalyScoreDescription', {
defaultMessage:
'<p>Value above which machine learning job anomalies are displayed in the SIEM app.</p><p>Valid values: 0 to 100.</p>',
'<p>Value above which Machine Learning job anomalies are displayed in the SIEM app.</p><p>Valid values: 0 to 100.</p>',
}),
category: ['siem'],
requiresPageReload: true,
Expand Down

0 comments on commit 3d4ed21

Please sign in to comment.