From 22ffc4c87f5bddae5676ee173ff01320582bc6b7 Mon Sep 17 00:00:00 2001 From: Serhii Dziupin Date: Wed, 12 Aug 2026 10:26:44 +0000 Subject: [PATCH] fix(integrations): drop duplicate accordion status; reword copy Remove the repeated installed/status block inside expanded third-party cards, and phrase page/plugin descriptions as adding a subscription to use as an OpenChamber provider. Co-authored-by: Serhii Dziupin --- .../ThirdPartyIntegrationsSection.tsx | 21 +--- .../messages/third-party-integrations.i18n.ts | 110 +++++++++--------- 2 files changed, 61 insertions(+), 70 deletions(-) diff --git a/packages/ui/src/components/sections/integrations/ThirdPartyIntegrationsSection.tsx b/packages/ui/src/components/sections/integrations/ThirdPartyIntegrationsSection.tsx index 5440b23b..da26acc7 100644 --- a/packages/ui/src/components/sections/integrations/ThirdPartyIntegrationsSection.tsx +++ b/packages/ui/src/components/sections/integrations/ThirdPartyIntegrationsSection.tsx @@ -312,7 +312,6 @@ export const ThirdPartyIntegrationsSection: React.FC -
-
-

{status}

- {state.projectEntries.length > 0 ? ( -

- {t('settings.integrations.thirdParty.status.projectInstalled')} -

- ) : null} -
+
+ {state.projectEntries.length > 0 ? ( +

+ {t('settings.integrations.thirdParty.status.projectInstalled')} +

+ ) : null}