fix(tooltip): displaying <a> tags correctly (#32488)

(cherry picked from commit 6c3886aad0)
This commit is contained in:
Evan Rusackas
2025-03-03 15:04:05 -07:00
committed by Michael S. Molina
parent 92549ef5c6
commit 6dd10ab1ca
2 changed files with 2 additions and 2 deletions

View File

@@ -467,7 +467,7 @@ const config: ControlPanelConfig = {
renderTrigger: true,
default: true,
description: t(
'Renders table cells as HTML when applicable. For example, HTML &lt;a&gt; tags will be rendered as hyperlinks.',
'Renders table cells as HTML when applicable. For example, HTML <a> tags will be rendered as hyperlinks.',
),
},
},