Skip to content

Commit

Permalink
miss renaming in advance settings
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Jun 3, 2020
1 parent 3342d4e commit 21c89d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const names: Record<string, string> = {
defaultMessage: 'Search',
}),
securitySolution: i18n.translate('advancedSettings.categoryNames.securitySolutionLabel', {
defaultMessage: 'Security solution',
defaultMessage: 'Security Solution',
}),
};

Expand Down
8 changes: 4 additions & 4 deletions x-pack/plugins/security_solution/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const initUiSettings = (uiSettings: CoreSetup['uiSettings']) => {
'xpack.securitySolution.uiSettings.defaultRefreshIntervalDescription',
{
defaultMessage:
'<p>Default refresh interval for the SIEM time filter, in milliseconds.</p>',
'<p>Default refresh interval for the Security time filter, in milliseconds.</p>',
}
),
category: ['securitySolution'],
Expand All @@ -60,7 +60,7 @@ export const initUiSettings = (uiSettings: CoreSetup['uiSettings']) => {
"to": "${DEFAULT_TO}"
}`,
description: i18n.translate('xpack.securitySolution.uiSettings.defaultTimeRangeDescription', {
defaultMessage: '<p>Default period of time in the SIEM time filter.</p>',
defaultMessage: '<p>Default period of time in the Security time filter.</p>',
}),
category: ['securitySolution'],
requiresPageReload: true,
Expand All @@ -76,7 +76,7 @@ export const initUiSettings = (uiSettings: CoreSetup['uiSettings']) => {
value: DEFAULT_INDEX_PATTERN,
description: i18n.translate('xpack.securitySolution.uiSettings.defaultIndexDescription', {
defaultMessage:
'<p>Comma-delimited list of Elasticsearch indices from which the SIEM app collects events.</p>',
'<p>Comma-delimited list of Elasticsearch indices from which the Security app collects events.</p>',
}),
category: ['securitySolution'],
requiresPageReload: true,
Expand All @@ -92,7 +92,7 @@ export const initUiSettings = (uiSettings: CoreSetup['uiSettings']) => {
'xpack.securitySolution.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 Security app.</p><p>Valid values: 0 to 100.</p>',
}
),
category: ['securitySolution'],
Expand Down

0 comments on commit 21c89d0

Please sign in to comment.