Skip to content

Commit

Permalink
Update x-pack/plugins/stack_alerts/public/alert_types/es_query/rule_c…
Browse files Browse the repository at this point in the history
…ommon_expressions/threshold_help_popover.tsx
  • Loading branch information
lcawl authored Jul 14, 2022
1 parent c5c7a18 commit f06aac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class QueryThresholdHelpPopover extends Component<{}, State> {
<p>
<FormattedMessage
id="xpack.stackAlerts.esQuery.ui.thresholdHelp.threshold"
defaultMessage="Each time the rule runs, it checks whether the number of documents that match your query meets this threshold. For example, IS ABOVE 1000."
defaultMessage="Each time the rule runs, it checks whether the number of documents that match your query meets this threshold."
/>
</p>
<p>
Expand Down

0 comments on commit f06aac2

Please sign in to comment.