Skip to content

Commit

Permalink
Tweak callout when fleet server hosts are modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández Gómez committed Apr 20, 2021
1 parent 9c05de3 commit 450d891
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ export const SettingsConfirmModal = React.memo<SettingsConfirmModalProps>(
<p>
<FormattedMessage
id="xpack.fleet.settingsConfirmModal.fleetServerChangedText"
defaultMessage="If agents are unable to connect at the new {fleetServerUrl}, they will log an error and report an unhealthy status. They will remain on the current agent policy version and check for updates at the old URL until they successfully connect at the new URL"
defaultMessage="Agents that cannot connect to the new {fleetServerHosts} log an error. The agents remain on the current policy and check for updates at the old URL until they connect at the new URL."
values={{
fleetServerUrl: (
fleetServerHosts: (
<strong>
<FormattedMessage
id="xpack.fleet.settingsConfirmModal.fleetServerUrl"
defaultMessage="Fleet Server URL"
id="xpack.fleet.settingsConfirmModal.fleetServerHosts"
defaultMessage="Fleet Server hosts"
/>
</strong>
),
Expand Down

0 comments on commit 450d891

Please sign in to comment.