Skip to content

Commit

Permalink
Fix typo in toast, slight copy adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Oct 16, 2020
1 parent 52b35f3 commit 09b9a17
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 09b9a17

Please sign in to comment.