From 29051f350351b4420f68f2fd23531de6bab897da Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Tue, 24 Feb 2026 08:42:50 +0530 Subject: [PATCH] Polish starred destination UI copy --- .../config/OrganizationConfiguration.tsx | 61 +++++++++++-------- 1 file changed, 36 insertions(+), 25 deletions(-) diff --git a/src/components/config/OrganizationConfiguration.tsx b/src/components/config/OrganizationConfiguration.tsx index 3dfb40f..6a691e3 100644 --- a/src/components/config/OrganizationConfiguration.tsx +++ b/src/components/config/OrganizationConfiguration.tsx @@ -66,36 +66,47 @@ export const OrganizationConfiguration: React.FC -

Choose whether starred repos use one org or keep their source owner paths

+

Choose whether starred repos use one org or keep their source Owner/Org paths

-
- + +
+

+ { activeStarredMode === "dedicated-org" - ? "bg-accent border-accent-foreground/20" - : "bg-background hover:bg-accent/50 border-input" - )} - > - Dedicated organization - - + ? "All starred repositories go to a single destination organization." + : "Starred repositories keep their original GitHub Owner/Org destination." + } +