Skip to content

Commit

Permalink
[Security Solution]Updates exception options and setting text (#73769)
Browse files Browse the repository at this point in the history
* updates exception text

* updates modal text

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
benskelker and elasticmachine committed Aug 4, 2020
1 parent 7208a57 commit f3fbb7d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const ENDPOINT_QUARANTINE_TEXT = i18n.translate(
'xpack.securitySolution.exceptions.addException.endpointQuarantineText',
{
defaultMessage:
'Any file in quarantine on any endpoint that matches the attribute(s) selected will automatically be restored to its original location. This exception will apply to any rule that is linked to the Global Endpoint Exception List.',
'On all Endpoint hosts, quarantined files that match the exception are automatically restored to their original locations. This exception applies to all rules using Endpoint exceptions.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const ENDPOINT_QUARANTINE_TEXT = i18n.translate(
'xpack.securitySolution.exceptions.editException.endpointQuarantineText',
{
defaultMessage:
'Any file in quarantine on any endpoint that matches the attribute(s) selected will automatically be restored to its original location. This exception will apply to any rule that is linked to the Global Endpoint Exception List.',
'On all Endpoint hosts, quarantined files that match the exception are automatically restored to their original locations. This exception applies to all rules using Endpoint exceptions.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ export const ADD_EXCEPTION_LABEL = i18n.translate(
export const ADD_TO_ENDPOINT_LIST = i18n.translate(
'xpack.securitySolution.exceptions.viewer.addToEndpointListLabel',
{
defaultMessage: 'Add to endpoint list',
defaultMessage: 'Add Endpoint exception',
}
);

export const ADD_TO_DETECTIONS_LIST = i18n.translate(
'xpack.securitySolution.exceptions.viewer.addToDetectionsListLabel',
{
defaultMessage: 'Add to detections list',
defaultMessage: 'Add rule exception',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const ACTION_INVESTIGATE_IN_TIMELINE = i18n.translate(
export const ACTION_ADD_EXCEPTION = i18n.translate(
'xpack.securitySolution.detectionEngine.alerts.actions.addException',
{
defaultMessage: 'Add exception',
defaultMessage: 'Add rule exception',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const schema: FormSchema = {
label: i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepAboutRule.fieldAssociatedToEndpointListLabel',
{
defaultMessage: 'Associate rule to Global Endpoint Exception List',
defaultMessage: 'Add existing Endpoint exceptions to the rule',
}
),
labelAppend: OptionalFieldLabel,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ADD_FALSE_POSITIVE = i18n.translate(
export const GLOBAL_ENDPOINT_EXCEPTION_LIST = i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepAboutRuleForm.endpointExceptionListLabel',
{
defaultMessage: 'Global endpoint exception list',
defaultMessage: 'Elastic Endpoint exceptions',
}
);

Expand Down

0 comments on commit f3fbb7d

Please sign in to comment.