File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/pages/CreateDetector/components/ConfigureAlerts/components/AlertCondition Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ export default class AlertConditionPanel extends Component<
335
335
}
336
336
>
337
337
< EuiComboBox
338
- placeholder = { 'Select rule names. ' }
338
+ placeholder = { 'Any rules ' }
339
339
options = { namesOptions }
340
340
onChange = { this . onRuleNamesChange }
341
341
selectedOptions = { selectedNames }
@@ -352,7 +352,7 @@ export default class AlertConditionPanel extends Component<
352
352
}
353
353
>
354
354
< EuiComboBox
355
- placeholder = { 'Select rule severities. ' }
355
+ placeholder = { 'Any severities' }
356
356
options = { ruleSeverityOptions }
357
357
onChange = { this . onRuleSeverityChange }
358
358
noSuggestions = { false }
@@ -370,7 +370,7 @@ export default class AlertConditionPanel extends Component<
370
370
}
371
371
>
372
372
< EuiComboBox
373
- placeholder = { 'Enter tags for the alert condition. ' }
373
+ placeholder = { 'Any tags' }
374
374
options = { tagsOptions }
375
375
onChange = { this . onTagsChange }
376
376
onCreateOption = { this . onCreateTag }
You can’t perform that action at this time.
0 commit comments