Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Oct 15, 2021
1 parent 0611158 commit d05ec41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const CredentialsApiUrlComponent: React.FC<Props> = ({
<p>
<FormattedMessage
id="xpack.triggersActionsUI.components.builtinActionTypes.serviceNowAction.apiUrlHelpLabel"
defaultMessage="Provide the full URL to the desired ServiceNow instance. If you don't have one, set up a developer instance."
defaultMessage="Provide the full URL to the desired ServiceNow instance. If you don't have one, {instance}."
values={{
instance: (
<EuiLink href={docLinks.links.alerting.serviceNowAction} target="_blank">
Expand Down

0 comments on commit d05ec41

Please sign in to comment.