Fix typo in unenrollment modal (#105420)

This commit is contained in:
Kyle Pollich 2021-07-13 10:19:40 -04:00 committed by GitHub
parent c02cdd85fe
commit f578548ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>