@@ -31,17 +31,17 @@ interface CloudEnvironmentRowsProps {
3131 readonly showcaseAvailableEnvironments ?: ReadonlyArray < RelayEnvironmentView > ;
3232 readonly showcaseSignedIn ?: boolean ;
3333 /**
34- * Hide the "T3 Connect" section title + refresh button for hosts that
34+ * Hide the "Pylon Connect" section title + refresh button for hosts that
3535 * provide their own chrome (the onboarding sheet's native header and
3636 * pull-to-refresh).
3737 */
3838 readonly showHeader ?: boolean ;
3939}
4040
4141/**
42- * "T3 Connect" section: every environment published to the signed-in account,
42+ * "Pylon Connect" section: every environment published to the signed-in account,
4343 * with connect switches, availability status, refresh, and loading/error
44- * states. Shared between the Settings environments screen and the T3 Connect
44+ * states. Shared between the Settings environments screen and the Pylon Connect
4545 * onboarding sheet.
4646 *
4747 * Already-connected relay environments render even without cloud config or a
@@ -107,7 +107,9 @@ function CloudEnvironmentRowsContent(
107107 < View collapsable = { false } className = { cn ( "gap-3" , showHeader && "mt-5" ) } >
108108 { showHeader ? (
109109 < View className = "flex-row items-center justify-between px-1" >
110- < Text className = "text-sm font-t3-bold uppercase text-foreground-muted" > T3 Connect</ Text >
110+ < Text className = "text-sm font-t3-bold uppercase text-foreground-muted" >
111+ Pylon Connect
112+ </ Text >
111113 { discoveryAvailable ? (
112114 < Pressable
113115 accessibilityRole = "button"
@@ -178,7 +180,7 @@ function CloudEnvironmentRowsContent(
178180 ! controller . relayDiscovery . isRefreshing ? (
179181 < View collapsable = { false } className = "gap-3 rounded-[24px] bg-card p-5" >
180182 < Text className = "text-base font-t3-bold text-foreground" >
181- Could not load T3 Connect environments
183+ Could not load Pylon Connect environments
182184 </ Text >
183185 < Text className = "text-sm text-foreground-muted" > { controller . relayDiscovery . error } </ Text >
184186 { controller . relayDiscovery . errorTraceId ? (
0 commit comments