Adjust copy for non-removable integrations/packages (#103068)

This commit is contained in:
Alejandro Fernández Gómez 2021-06-23 15:50:39 +02:00 committed by GitHub
parent 771f7de87b
commit 6d8f53d8d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,7 @@ export const SettingsPage: React.FC<Props> = memo(({ packageInfo }: Props) => {
<EuiText color="subdued">
<FormattedMessage
id="xpack.fleet.integrations.settings.packageUninstallNoteDescription.packageUninstallUninstallableNoteDetail"
defaultMessage="{strongNote} The {title} integration is installed by default and cannot be removed."
defaultMessage="{strongNote} The {title} integration is a system integration and cannot be removed."
values={{
title,
strongNote: <NoteLabel />,