mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[RAM] Change truncated 'run action every' to visible 'run every' (#156753)
## Summary #155804 introduced this bug: <img width="568" alt="Screenshot 2023-05-04 at 3 43 05 PM" src="https://user-images.githubusercontent.com/1445834/236325207-6ba7ba7d-c056-4444-9cf4-f3e6287c271b.png"> After: <img width="562" alt="Screenshot 2023-05-04 at 3 45 09 PM" src="https://user-images.githubusercontent.com/1445834/236325256-34926a1a-8630-469f-8bdc-01f375648779.png">
This commit is contained in:
parent
dba3c03b5d
commit
8a9fb98c75
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