mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix typo in unenrollment modal (#105420)
This commit is contained in:
parent
c02cdd85fe
commit
f578548ca1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue