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

This commit is contained in:
Evan Rusackas
2025-03-03 15:04:05 -07:00
committed by GitHub
parent 5af4e61aff
commit 6c3886aad0
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.',
),
},
},