diff --git a/apps/desktop/src/settings/general/account.tsx b/apps/desktop/src/settings/general/account.tsx index a8c8481bf7..ed969fef27 100644 --- a/apps/desktop/src/settings/general/account.tsx +++ b/apps/desktop/src/settings/general/account.tsx @@ -1,6 +1,7 @@ import { useMutation, useQuery } from "@tanstack/react-query"; import { CheckCircle2, + Construction, Puzzle, RefreshCw, Sparkle, @@ -41,10 +42,10 @@ import * as settings from "~/store/tinybase/store/settings"; const WEB_APP_BASE_URL = env.VITE_APP_URL ?? "http://localhost:3000"; const ACCOUNT_FEATURES = [ { - label: "Pro AI models", + label: "Cloud Services", icon: Sparkle, - comingSoon: false, - benefit: "Use premium hosted models without managing API keys.", + benefit: + "Get hosted transcription and language models without managing API keys.", accent: { icon: "text-blue-900", label: "text-blue-950", @@ -53,7 +54,6 @@ const ACCOUNT_FEATURES = [ { label: "Integrations", icon: Puzzle, - comingSoon: true, benefit: "Connect tools and pull context into Char with less busywork.", accent: { icon: "text-purple-700", @@ -151,8 +151,8 @@ export function SettingsAccount() {

Sign in to Char

- Sign in to unlock powerful AI models, sync across devices, - personalization, and workflow integrations. + Sign in to unlock cloud transcription and AI models, plus Pro + features like integrations and sharing.