diff --git a/webview-ui/src/components/settings/providers/Roo.tsx b/webview-ui/src/components/settings/providers/Roo.tsx index 48d845998da..b272d8b2f2e 100644 --- a/webview-ui/src/components/settings/providers/Roo.tsx +++ b/webview-ui/src/components/settings/providers/Roo.tsx @@ -56,8 +56,8 @@ export const Roo = ({ defaultModelId={rooDefaultModelId} models={routerModels?.roo ?? {}} modelIdKey="apiModelId" - serviceName="Roo Code Cloud" - serviceUrl="https://roocode.com" + serviceName="Roo Code Router" + serviceUrl="https://app.roocode.com" organizationAllowList={organizationAllowList} errorMessage={modelValidationError} simplifySettings={simplifySettings}