Skip to content

Commit

Permalink
Fix typo in toast, slight copy adjustment. (elastic#80843)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
justinkambic and kibanamachine committed Oct 19, 2020
1 parent b370047 commit b56a096
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 b56a096

Please sign in to comment.