Skip to content

Commit

Permalink
Correct copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Nov 27, 2024
1 parent 9eb43e0 commit 9d635f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export const MISSING_MONITOR_STATUS_CONTENT = i18n.translate(
}
);
export const MISSING_TLS_RULE_CONTENT = i18n.translate('xpack.synthetics.alerting.noTls.header', {
defaultMessage: 'You have HTTP Monitors enabled that are not covered by TLS alerts',
defaultMessage: 'You have HTTP monitors enabled that are not covered by TLS alerts',
});
export const MISSING_TLS_RULE_HEADER = i18n.translate('xpack.synthetics.alerting.noTls.content', {
defaultMessage: 'TLS Alerts will not be sent',
Expand Down

0 comments on commit 9d635f8

Please sign in to comment.