Skip to content

Commit

Permalink
[RAM] Change truncated 'run action every' to visible 'run every' (#15…
Browse files Browse the repository at this point in the history
…6753)

## 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">
  • Loading branch information
Zacqary authored May 22, 2023
1 parent dba3c03 commit 8a9fb98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 8a9fb98

Please sign in to comment.