diff options
| author | David Hill <[email protected]> | 2026-03-04 15:47:53 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 15:47:53 +0000 |
| commit | d94c516402445d39b05a2924ae4dbcf71dedb259 (patch) | |
| tree | 0a6127a1d4adccb755ff500ae5aec2aad98d4172 | |
| parent | 61795d794e980f1faa257c4d1e1521286012bc85 (diff) | |
| download | opencode-d94c516402445d39b05a2924ae4dbcf71dedb259.tar.gz opencode-d94c516402445d39b05a2924ae4dbcf71dedb259.zip | |
docs: update Go privacy copy for global hosting
| -rw-r--r-- | packages/console/app/src/i18n/en.ts | 7 | ||||
| -rw-r--r-- | packages/console/app/src/routes/go/index.tsx | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/packages/console/app/src/i18n/en.ts b/packages/console/app/src/i18n/en.ts index 41bb43890..de0e4e652 100644 --- a/packages/console/app/src/i18n/en.ts +++ b/packages/console/app/src/i18n/en.ts @@ -55,6 +55,7 @@ export const dict = { "common.cancel": "Cancel", "common.creating": "Creating...", "common.create": "Create", + "common.contactUs": "Contact us", "common.videoUnsupported": "Your browser does not support the video tag.", "common.figure": "Fig {{n}}.", @@ -271,6 +272,9 @@ export const dict = { "go.how.step3.title": "Start coding", "go.how.step3.body": "with reliable access to open-source models", "go.privacy.title": "Your privacy is important to us", + "go.privacy.body": + "The plan is designed primarily for international users, with models hosted in the US, EU, and Singapore for stable global access.", + "go.privacy.contactAfter": "if you have any questions.", "go.privacy.beforeExceptions": "Go models are hosted in the US. Providers follow a zero-retention policy and do not use your data for model training, with the", "go.privacy.exceptionsLink": "following exceptions", @@ -290,6 +294,9 @@ export const dict = { "go.faq.a4.p2.accountLink": "account", "go.faq.a4.p3": "Cancel any time.", "go.faq.q5": "What about data and privacy?", + "go.faq.a5.body": + "The plan is designed primarily for international users, with models hosted in the US, EU, and Singapore for stable global access.", + "go.faq.a5.contactAfter": "if you have any questions.", "go.faq.a5.beforeExceptions": "Go models are hosted in the US. Providers follow a zero-retention policy and do not use your data for model training, with the", "go.faq.a5.exceptionsLink": "following exceptions", diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index af77917a3..c308eaba2 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -337,8 +337,8 @@ export default function Home() { <div> <span>[*]</span> <p> - {i18n.t("go.privacy.beforeExceptions")}{" "} - <a href={language.route("/docs/zen/#privacy")}>{i18n.t("go.privacy.exceptionsLink")}</a>. + {i18n.t("go.privacy.body")} <a href="mailto:[email protected]">{i18n.t("common.contactUs")}</a>{" "} + {i18n.t("go.privacy.contactAfter")} </p> </div> </div> @@ -437,15 +437,15 @@ export default function Home() { <li> <Faq question={i18n.t("go.faq.q4")}> {i18n.t("go.faq.a4.p1.beforePricing")}{" "} - <a href={language.route("/docs/zen/#pricing")}>{i18n.t("go.faq.a4.p1.pricingLink")}</a>{" "} + <a href={language.route("/docs/go/#pricing")}>{i18n.t("go.faq.a4.p1.pricingLink")}</a>{" "} {i18n.t("go.faq.a4.p1.afterPricing")} {i18n.t("go.faq.a4.p2.beforeAccount")}{" "} <a href="/auth">{i18n.t("go.faq.a4.p2.accountLink")}</a>. {i18n.t("go.faq.a4.p3")} </Faq> </li> <li> <Faq question={i18n.t("go.faq.q5")}> - {i18n.t("go.faq.a5.beforeExceptions")}{" "} - <a href={language.route("/docs/zen/#privacy")}>{i18n.t("go.faq.a5.exceptionsLink")}</a>. + {i18n.t("go.faq.a5.body")} <a href="mailto:[email protected]">{i18n.t("common.contactUs")}</a>{" "} + {i18n.t("go.faq.a5.contactAfter")} </Faq> </li> <li> |
