[Fleet] Sync uninstalled integrations typo fix (#217875)

## Summary

Quick followup to https://github.com/elastic/kibana/pull/217144 to fix
the typo reported in
https://github.com/elastic/kibana/pull/217144#discussion_r2037503127 (I
had auto-merge enabled and the PR got approved before I pushed the fix
🙈).
This commit is contained in:
Jill Guyonnet 2025-04-11 09:26:43 +02:00 committed by GitHub
parent d9d9fba3d6
commit 2231ba624f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,7 +237,7 @@ export const OutputFormRemoteEsSection: React.FunctionComponent<Props> = (props)
helpText={
<FormattedMessage
id="xpack.fleet.settings.editOutputFlyout.syncUninstalledIntegrationsFormRowLabel"
defaultMessage="If enabled, uninstalled integrations will also be installed on the remote Elasticsearch cluster"
defaultMessage="If enabled, uninstalled integrations will also be uninstalled on the remote Elasticsearch cluster"
/>
}
{...inputs.syncUninstalledIntegrationsInput.formRowProps}