Skip to content

Commit

Permalink
Update modal message
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaDerevyankina committed Oct 19, 2021
1 parent 2c8a202 commit 4c41b52
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ export const ExternalUrlErrorModal = ({ url, handleClose }: ExternalUrlErrorModa
<EuiModalHeaderTitle>
<FormattedMessage
id="visTypeTimeseries.externalUrlErrorModal.headerTitle"
defaultMessage="External URL access denied"
defaultMessage="Access to this external URL is not yet enabled"
/>
</EuiModalHeaderTitle>
</EuiModalHeader>
<EuiModalBody>
<FormattedMessage
id="visTypeTimeseries.externalUrlErrorModal.bodyMessage"
defaultMessage='External URL {url} was denied by ExternalUrl service.
You can configure external URL policies using "{externalUrlPolicy}" setting in {kibanaConfigFileName}.'
defaultMessage="Configure {externalUrlPolicy} in your {kibanaConfigFileName} to allow access to {url}."
values={{
url: (
<EuiTextColor color="warning" component="span">
Expand Down

0 comments on commit 4c41b52

Please sign in to comment.