mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [[RAM] Change truncated 'run action every' to visible 'run every' (#156753)](https://github.com/elastic/kibana/pull/156753) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Zacqary Adam Xeper","email":"Zacqary@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-05-22T16:29:02Z","message":"[RAM] Change truncated 'run action every' to visible 'run every' (#156753)\n\n## Summary\r\n\r\n#155804 introduced this bug:\r\n\r\n<img width=\"568\" alt=\"Screenshot 2023-05-04 at 3 43 05 PM\"\r\nsrc=\"https://user-images.githubusercontent.com/1445834/236325207-6ba7ba7d-c056-4444-9cf4-f3e6287c271b.png\">\r\n\r\n\r\nAfter:\r\n\r\n<img width=\"562\" alt=\"Screenshot 2023-05-04 at 3 45 09 PM\"\r\nsrc=\"https://user-images.githubusercontent.com/1445834/236325256-34926a1a-8630-469f-8bdc-01f375648779.png\">","sha":"8a9fb98c757dd24f1efccd590b6f86640888dee7","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:ResponseOps","Feature:Alerting/RulesManagement","v8.9.0","v8.8.1"],"number":156753,"url":"https://github.com/elastic/kibana/pull/156753","mergeCommit":{"message":"[RAM] Change truncated 'run action every' to visible 'run every' (#156753)\n\n## Summary\r\n\r\n#155804 introduced this bug:\r\n\r\n<img width=\"568\" alt=\"Screenshot 2023-05-04 at 3 43 05 PM\"\r\nsrc=\"https://user-images.githubusercontent.com/1445834/236325207-6ba7ba7d-c056-4444-9cf4-f3e6287c271b.png\">\r\n\r\n\r\nAfter:\r\n\r\n<img width=\"562\" alt=\"Screenshot 2023-05-04 at 3 45 09 PM\"\r\nsrc=\"https://user-images.githubusercontent.com/1445834/236325256-34926a1a-8630-469f-8bdc-01f375648779.png\">","sha":"8a9fb98c757dd24f1efccd590b6f86640888dee7"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156753","number":156753,"mergeCommit":{"message":"[RAM] Change truncated 'run action every' to visible 'run every' (#156753)\n\n## Summary\r\n\r\n#155804 introduced this bug:\r\n\r\n<img width=\"568\" alt=\"Screenshot 2023-05-04 at 3 43 05 PM\"\r\nsrc=\"https://user-images.githubusercontent.com/1445834/236325207-6ba7ba7d-c056-4444-9cf4-f3e6287c271b.png\">\r\n\r\n\r\nAfter:\r\n\r\n<img width=\"562\" alt=\"Screenshot 2023-05-04 at 3 45 09 PM\"\r\nsrc=\"https://user-images.githubusercontent.com/1445834/236325256-34926a1a-8630-469f-8bdc-01f375648779.png\">","sha":"8a9fb98c757dd24f1efccd590b6f86640888dee7"}},{"branch":"8.8","label":"v8.8.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Zacqary Adam Xeper <Zacqary@users.noreply.github.com>
This commit is contained in:
parent
d521bbb8a9
commit
cfef093567
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ export const ActionNotifyWhen = ({
|
|||
prepend={i18n.translate(
|
||||
'xpack.triggersActionsUI.sections.ruleForm.frequencyNotifyWhen.label',
|
||||
{
|
||||
defaultMessage: 'Run action every',
|
||||
defaultMessage: 'Run every',
|
||||
}
|
||||
)}
|
||||
onChange={(e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue