Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down