Skip to content

Commit

Permalink
Fix typo in unenrollment modal (elastic#105420) (elastic#105449)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Pollich <kyle.pollich@elastic.co>
  • Loading branch information
kibanamachine and kpollich committed Jul 13, 2021
1 parent 1bf1e2e commit 2eebe7d
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 2eebe7d

Please sign in to comment.