Skip to content

Commit

Permalink
improved copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Jul 7, 2020
1 parent 6a2b64d commit da1f944
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export const ActionForm = ({
const noConnectorsLabel = (
<FormattedMessage
id="xpack.triggersActionsUI.sections.alertForm.emptyConnectorsLabel"
defaultMessage="No {actionTypeName} connectors."
defaultMessage="No {actionTypeName} connectors"
values={{
actionTypeName,
}}
Expand Down Expand Up @@ -511,7 +511,7 @@ export const ActionForm = ({
<p>
<FormattedMessage
id="xpack.triggersActionsUI.sections.alertForm.unauthorizedToCreateForEmptyConnectors"
defaultMessage="There are no {actionTypeName} connectors available, but they could be configured by an authorized user. Please contact your administrator for assistance."
defaultMessage="Only authorized users can configure a connector. Contact your administrator."
values={{
actionTypeName,
}}
Expand Down

0 comments on commit da1f944

Please sign in to comment.