diff --git a/src/taskpane/components/MatchProperties.tsx b/src/taskpane/components/MatchProperties.tsx index 12dbf00f..35947aa5 100644 --- a/src/taskpane/components/MatchProperties.tsx +++ b/src/taskpane/components/MatchProperties.tsx @@ -235,7 +235,6 @@ export const MatchProperties: React.FC = () => { if (textStyleCount > 0) { message += ` (including text styling on ${textStyleCount})`; } - message += ". Note: Fill colors may not be fully supported in the Office JS API."; setStatusMessage(message); setStatusType("success"); } else {