diff --git a/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx b/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx index d3a9df3ff70b..b30b92904725 100644 --- a/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx +++ b/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx @@ -400,7 +400,10 @@ function getNotes( !versionIsPreview(item.version_added, browser) ? { iconName: "footnote", - label: "Full support", + label: + item?.version_added === true + ? "Full support (earliest supporting release version unknown)" + : "Full support", } : isNotSupportedAtAll(item) ? {