From 0611db8c012e5e77415882817e73e6db4c6319e7 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Sat, 8 Mar 2025 00:35:39 +0100 Subject: [PATCH] Minor changes --- src/taskpane/components/MatchProperties.tsx | 1 - 1 file changed, 1 deletion(-) 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 {