Skip to content

Commit 2231ba6

Browse files
authored
[Fleet] Sync uninstalled integrations typo fix (#217875)
## Summary Quick followup to #217144 to fix the typo reported in #217144 (comment) (I had auto-merge enabled and the PR got approved before I pushed the fix 🙈).
1 parent d9d9fba commit 2231ba6

File tree

1 file changed

+1
-1
lines changed
  • x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout

1 file changed

+1
-1
lines changed

x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_remote_es.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export const OutputFormRemoteEsSection: React.FunctionComponent<Props> = (props)
237237
helpText={
238238
<FormattedMessage
239239
id="xpack.fleet.settings.editOutputFlyout.syncUninstalledIntegrationsFormRowLabel"
240-
defaultMessage="If enabled, uninstalled integrations will also be installed on the remote Elasticsearch cluster"
240+
defaultMessage="If enabled, uninstalled integrations will also be uninstalled on the remote Elasticsearch cluster"
241241
/>
242242
}
243243
{...inputs.syncUninstalledIntegrationsInput.formRowProps}

0 commit comments

Comments
 (0)