Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution] Modify copy of the install rules title and message #202226

Merged
merged 10 commits into from
Dec 3, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ import { i18n } from '@kbn/i18n';
export const PRE_BUILT_TITLE = i18n.translate(
'xpack.securitySolution.detectionEngine.rules.prePackagedRules.emptyPromptTitle',
{
defaultMessage: 'Load Elastic prebuilt detection rules',
defaultMessage: 'Install Elastic prebuilt detection rules',
jkelas marked this conversation as resolved.
Show resolved Hide resolved
}
);

export const PRE_BUILT_MSG = i18n.translate(
'xpack.securitySolution.detectionEngine.rules.prePackagedRules.emptyPromptMessage',
{
defaultMessage:
'Elastic Security comes with prebuilt detection rules that run in the background and create alerts when their conditions are met. By default, all prebuilt rules except the Endpoint Security rule are disabled. You can select additional rules you want to enable.',
'Elastic Security comes with prebuilt detection rules that run in the background and create alerts when their conditions are met. Select which rules you want to install and enable.',
jkelas marked this conversation as resolved.
Show resolved Hide resolved
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const RULES_CARD_DESCRIPTION = i18n.translate(
'xpack.securitySolution.onboarding.rulesCard.description',
{
defaultMessage:
'Elastic Security comes with prebuilt detection rules that run in the background and create alerts when their conditions are met.',
'Elastic Security comes with prebuilt detection rules that run in the background and create alerts when their conditions are met.',
}
);

Expand Down