diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/technical_preview_badge.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/technical_preview_badge.tsx index 11f5d75b9bcee..cefb58441c223 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/technical_preview_badge.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/technical_preview_badge.tsx @@ -20,6 +20,10 @@ export function TechnicalPreviewBadge({ icon, size, style }: Props) { label={i18n.translate('xpack.apm.technicalPreviewBadgeLabel', { defaultMessage: 'Technical preview', })} + aria-label={i18n.translate('xpack.apm.technicalPreviewBadge.ariaLabel', { + defaultMessage: + 'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.', + })} tooltipContent={i18n.translate('xpack.apm.technicalPreviewBadgeDescription', { defaultMessage: 'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',