Skip to content

Commit

Permalink
Fix typo in toast, slight copy adjustment. (#80843) (#81087)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
justinkambic and kibanamachine authored Oct 20, 2020
1 parent 421fe04 commit 8844daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const simpleAlertEnabled = (defaultActions: ActionConnector[]) => {
text: toMountPoint(
<FormattedMessage
id="xpack.uptime.overview.alerts.enabled.success.description"
defaultMessage="Message will be send to {actionConnectors} when monitor is down."
defaultMessage="A message will be sent to {actionConnectors} when this monitor is down."
values={{
actionConnectors: <strong>{defaultActions.map(({ name }) => name).join(', ')}</strong>,
}}
Expand Down

0 comments on commit 8844daf

Please sign in to comment.