Skip to content

Commit

Permalink
remove error quote
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Mar 26, 2021
1 parent ae350b8 commit d5fc1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const SettingFlyout: React.FunctionComponent<Props> = ({ onClose }) => {
helpText={
<FormattedMessage
id="xpack.fleet.settings.fleetServerHostsHelpTect"
defaultMessage="Specify the URLs that your agents will use to connect to a Fleet Server. If multiple URLs exist, Fleet will show the first provided URL for enrollment purposes. For more information, see the {link}.'"
defaultMessage="Specify the URLs that your agents will use to connect to a Fleet Server. If multiple URLs exist, Fleet will show the first provided URL for enrollment purposes. For more information, see the {link}."
values={{
link: (
<EuiLink
Expand Down

0 comments on commit d5fc1c1

Please sign in to comment.