Skip to content

Commit

Permalink
[8.x] [EDR Workflows] Fix not aligned text for RunScript (#208101) (#…
Browse files Browse the repository at this point in the history
…208185)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[EDR Workflows] Fix not aligned text for RunScript
(#208101)](#208101)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tomasz
Ciecierski","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-24T12:18:41Z","message":"[EDR
Workflows] Fix not aligned text for RunScript
(#208101)","sha":"e394abf6e922622e13d73ab547cccec89373a0f1","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend
Workflows","backport:version","v8.18.0"],"title":"[EDR Workflows] Fix
not aligned text for
RunScript","number":208101,"url":"https://github.com/elastic/kibana/pull/208101","mergeCommit":{"message":"[EDR
Workflows] Fix not aligned text for RunScript
(#208101)","sha":"e394abf6e922622e13d73ab547cccec89373a0f1"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208101","number":208101,"mergeCommit":{"message":"[EDR
Workflows] Fix not aligned text for RunScript
(#208101)","sha":"e394abf6e922622e13d73ab547cccec89373a0f1"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Tomasz Ciecierski <[email protected]>
  • Loading branch information
kibanamachine and tomsonpl authored Jan 24, 2025
1 parent 3e02341 commit 9819e87
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ export const CROWDSTRIKE_CONSOLE_COMMANDS = {
defaultMessage: 'Run a script on the host',
}),
helpUsage: i18n.translate('xpack.securitySolution.crowdStrikeConsoleCommands.runscript.about', {
defaultMessage: `
Command Examples for Running Scripts:
defaultMessage: `Command Examples for Running Scripts:
1. Executes a script saved in the CrowdStrike cloud with the specified command-line arguments.
Expand Down

0 comments on commit 9819e87

Please sign in to comment.