mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
d9d9fba3d6
commit
2231ba624f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue