mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# 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:
parent
66f900f93b
commit
5378a1e7e5
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue