Skip to content

Commit 90a1c05

Browse files
authored
Improve alert condition input placeholders (#308)
* updated placeholders Signed-off-by: Amardeepsingh Siglani <[email protected]> * removed unwanted changes Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: Amardeepsingh Siglani <[email protected]>
1 parent 2ef2d67 commit 90a1c05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/pages/CreateDetector/components/ConfigureAlerts/components/AlertCondition/AlertConditionPanel.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export default class AlertConditionPanel extends Component<
335335
}
336336
>
337337
<EuiComboBox
338-
placeholder={'Select rule names.'}
338+
placeholder={'Any rules'}
339339
options={namesOptions}
340340
onChange={this.onRuleNamesChange}
341341
selectedOptions={selectedNames}
@@ -352,7 +352,7 @@ export default class AlertConditionPanel extends Component<
352352
}
353353
>
354354
<EuiComboBox
355-
placeholder={'Select rule severities.'}
355+
placeholder={'Any severities'}
356356
options={ruleSeverityOptions}
357357
onChange={this.onRuleSeverityChange}
358358
noSuggestions={false}
@@ -370,7 +370,7 @@ export default class AlertConditionPanel extends Component<
370370
}
371371
>
372372
<EuiComboBox
373-
placeholder={'Enter tags for the alert condition.'}
373+
placeholder={'Any tags'}
374374
options={tagsOptions}
375375
onChange={this.onTagsChange}
376376
onCreateOption={this.onCreateTag}

0 commit comments

Comments
 (0)