Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed May 1, 2023
1 parent 9c7e4df commit e0cb7a0
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1098,8 +1098,7 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.events.callstacks.process',
{
defaultMessage:
'Collect callstacks during process events? Default: true',
defaultMessage: 'Collect callstacks during process events? Default: true',
}
),
},
Expand All @@ -1109,8 +1108,7 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.events.callstacks.image_load',
{
defaultMessage:
'Collect callstacks during image/library load events? Default: true',
defaultMessage: 'Collect callstacks during image/library load events? Default: true',
}
),
},
Expand All @@ -1120,8 +1118,7 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.events.callstacks.file',
{
defaultMessage:
'Collect callstacks during file events? Default: true',
defaultMessage: 'Collect callstacks during file events? Default: true',
}
),
},
Expand All @@ -1131,8 +1128,7 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.events.callstacks.registry',
{
defaultMessage:
'Collect callstacks during registry events? Default: true',
defaultMessage: 'Collect callstacks during registry events? Default: true',
}
),
},
Expand Down

0 comments on commit e0cb7a0

Please sign in to comment.