[8.6] [Security Solution] [Platform] Updates description default message (#146165) (#146256)

# Backport

This will backport the following commits from `main` to `8.6`:
- [[Security Solution] [Platform] Updates description default message
(#146165)](https://github.com/elastic/kibana/pull/146165)

<!--- Backport version: 8.9.7 -->

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

<!--BACKPORT [{"author":{"name":"Gloria
Hornero","email":"gloria.hornero@elastic.co"},"sourceCommit":{"committedDate":"2022-11-24T09:14:54Z","message":"[Security
Solution] [Platform] Updates description default message
(#146165)","sha":"c76ed9ea1c6d6e49399980be3a2666e7c16c9b6f","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:
SecuritySolution","Team:Security Solution
Platform","v8.6.0","v8.7.0"],"number":146165,"url":"https://github.com/elastic/kibana/pull/146165","mergeCommit":{"message":"[Security
Solution] [Platform] Updates description default message
(#146165)","sha":"c76ed9ea1c6d6e49399980be3a2666e7c16c9b6f"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146165","number":146165,"mergeCommit":{"message":"[Security
Solution] [Platform] Updates description default message
(#146165)","sha":"c76ed9ea1c6d6e49399980be3a2666e7c16c9b6f"}}]}]
BACKPORT-->
This commit is contained in:
Gloria Hornero 2022-11-24 11:42:46 +01:00 committed by GitHub
parent 66f900f93b
commit 5378a1e7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,7 +324,7 @@ export const CREATE_SHARED_LIST_DESCRIPTION = i18n.translate(
export const CREATE_SHARED_LIST_DESCRIPTION_PLACEHOLDER = i18n.translate(
'xpack.securitySolution.exceptions.createSharedExceptionListFlyoutDescriptionPlaceholder',
{
defaultMessage: 'New exception list',
defaultMessage: 'New exception list description',
}
);