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." + } +