Skip to content

Commit

Permalink
Fix typo in unenrollment modal (elastic#105420)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich authored and kibanamachine committed Jul 13, 2021
1 parent c163479 commit a96ee70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const AgentUnenrollAgentModal: React.FunctionComponent<Props> = ({
<p>
<FormattedMessage
id="xpack.fleet.unenrollAgents.unenrollFleetServerDescription"
defaultMessage="Unenrolling this agent will disconnect a Fleet Server and prevent agents from sendind data if no other Fleet Servers exist."
defaultMessage="Unenrolling this agent will disconnect a Fleet Server and prevent agents from sending data if no other Fleet Servers exist."
/>
</p>
</EuiCallOut>
Expand Down

0 comments on commit a96ee70

Please sign in to comment.