Skip to content

Commit d94c516

Browse files
committed
docs: update Go privacy copy for global hosting
1 parent 61795d7 commit d94c516

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

packages/console/app/src/i18n/en.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const dict = {
5555
"common.cancel": "Cancel",
5656
"common.creating": "Creating...",
5757
"common.create": "Create",
58+
"common.contactUs": "Contact us",
5859

5960
"common.videoUnsupported": "Your browser does not support the video tag.",
6061
"common.figure": "Fig {{n}}.",
@@ -271,6 +272,9 @@ export const dict = {
271272
"go.how.step3.title": "Start coding",
272273
"go.how.step3.body": "with reliable access to open-source models",
273274
"go.privacy.title": "Your privacy is important to us",
275+
"go.privacy.body":
276+
"The plan is designed primarily for international users, with models hosted in the US, EU, and Singapore for stable global access.",
277+
"go.privacy.contactAfter": "if you have any questions.",
274278
"go.privacy.beforeExceptions":
275279
"Go models are hosted in the US. Providers follow a zero-retention policy and do not use your data for model training, with the",
276280
"go.privacy.exceptionsLink": "following exceptions",
@@ -290,6 +294,9 @@ export const dict = {
290294
"go.faq.a4.p2.accountLink": "account",
291295
"go.faq.a4.p3": "Cancel any time.",
292296
"go.faq.q5": "What about data and privacy?",
297+
"go.faq.a5.body":
298+
"The plan is designed primarily for international users, with models hosted in the US, EU, and Singapore for stable global access.",
299+
"go.faq.a5.contactAfter": "if you have any questions.",
293300
"go.faq.a5.beforeExceptions":
294301
"Go models are hosted in the US. Providers follow a zero-retention policy and do not use your data for model training, with the",
295302
"go.faq.a5.exceptionsLink": "following exceptions",

packages/console/app/src/routes/go/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ export default function Home() {
337337
<div>
338338
<span>[*]</span>
339339
<p>
340-
{i18n.t("go.privacy.beforeExceptions")}{" "}
341-
<a href={language.route("/docs/zen/#privacy")}>{i18n.t("go.privacy.exceptionsLink")}</a>.
340+
{i18n.t("go.privacy.body")} <a href="mailto:contact@anoma.ly">{i18n.t("common.contactUs")}</a>{" "}
341+
{i18n.t("go.privacy.contactAfter")}
342342
</p>
343343
</div>
344344
</div>
@@ -437,15 +437,15 @@ export default function Home() {
437437
<li>
438438
<Faq question={i18n.t("go.faq.q4")}>
439439
{i18n.t("go.faq.a4.p1.beforePricing")}{" "}
440-
<a href={language.route("/docs/zen/#pricing")}>{i18n.t("go.faq.a4.p1.pricingLink")}</a>{" "}
440+
<a href={language.route("/docs/go/#pricing")}>{i18n.t("go.faq.a4.p1.pricingLink")}</a>{" "}
441441
{i18n.t("go.faq.a4.p1.afterPricing")} {i18n.t("go.faq.a4.p2.beforeAccount")}{" "}
442442
<a href="/auth">{i18n.t("go.faq.a4.p2.accountLink")}</a>. {i18n.t("go.faq.a4.p3")}
443443
</Faq>
444444
</li>
445445
<li>
446446
<Faq question={i18n.t("go.faq.q5")}>
447-
{i18n.t("go.faq.a5.beforeExceptions")}{" "}
448-
<a href={language.route("/docs/zen/#privacy")}>{i18n.t("go.faq.a5.exceptionsLink")}</a>.
447+
{i18n.t("go.faq.a5.body")} <a href="mailto:contact@anoma.ly">{i18n.t("common.contactUs")}</a>{" "}
448+
{i18n.t("go.faq.a5.contactAfter")}
449449
</Faq>
450450
</li>
451451
<li>

0 commit comments

Comments
 (0)