diff --git a/public/locales/de/welcome.json b/public/locales/de/welcome.json index 1e79c522..060fd70e 100644 --- a/public/locales/de/welcome.json +++ b/public/locales/de/welcome.json @@ -43,7 +43,7 @@ "tunnel_domain_assigned": "A temporary public domain has been assigned to you", "tunnel_opt_in_title": "Get an automatically assigned public domain?", "tunnel_opt_in_yes": "Yes", - "tunnel_opt_in_skip": "Skip", + "tunnel_opt_in_skip": "Next", "tunnel_progress": "Starting tunnel...", "tunnel_error": "Tunnel error", "tunnel_get_domain": "Get Public Domain" diff --git a/public/locales/en/welcome.json b/public/locales/en/welcome.json index 1709e415..6e5edabd 100644 --- a/public/locales/en/welcome.json +++ b/public/locales/en/welcome.json @@ -43,7 +43,7 @@ "tunnel_domain_assigned": "A temporary public domain has been assigned to you", "tunnel_opt_in_title": "Get an automatically assigned public domain?", "tunnel_opt_in_yes": "Yes", - "tunnel_opt_in_skip": "Skip", + "tunnel_opt_in_skip": "Next", "tunnel_progress": "Starting tunnel...", "tunnel_error": "Tunnel error", "tunnel_get_domain": "Get Public Domain" diff --git a/public/locales/es/welcome.json b/public/locales/es/welcome.json index 29c0359a..310f4c67 100644 --- a/public/locales/es/welcome.json +++ b/public/locales/es/welcome.json @@ -43,7 +43,7 @@ "tunnel_domain_assigned": "A temporary public domain has been assigned to you", "tunnel_opt_in_title": "Get an automatically assigned public domain?", "tunnel_opt_in_yes": "Yes", - "tunnel_opt_in_skip": "Skip", + "tunnel_opt_in_skip": "Next", "tunnel_progress": "Starting tunnel...", "tunnel_error": "Tunnel error", "tunnel_get_domain": "Get Public Domain" diff --git a/public/locales/fr/welcome.json b/public/locales/fr/welcome.json index 8e5c1d23..0db5ba82 100644 --- a/public/locales/fr/welcome.json +++ b/public/locales/fr/welcome.json @@ -43,7 +43,7 @@ "tunnel_domain_assigned": "A temporary public domain has been assigned to you", "tunnel_opt_in_title": "Get an automatically assigned public domain?", "tunnel_opt_in_yes": "Yes", - "tunnel_opt_in_skip": "Skip", + "tunnel_opt_in_skip": "Next", "tunnel_progress": "Starting tunnel...", "tunnel_error": "Tunnel error", "tunnel_get_domain": "Get Public Domain" diff --git a/public/locales/pt/welcome.json b/public/locales/pt/welcome.json index 2e128006..638b577c 100644 --- a/public/locales/pt/welcome.json +++ b/public/locales/pt/welcome.json @@ -43,7 +43,7 @@ "tunnel_domain_assigned": "A temporary public domain has been assigned to you", "tunnel_opt_in_title": "Get an automatically assigned public domain?", "tunnel_opt_in_yes": "Yes", - "tunnel_opt_in_skip": "Skip", + "tunnel_opt_in_skip": "Next", "tunnel_progress": "Starting tunnel...", "tunnel_error": "Tunnel error", "tunnel_get_domain": "Get Public Domain" diff --git a/public/locales/ru/welcome.json b/public/locales/ru/welcome.json index 9df763ba..3d92bbb3 100644 --- a/public/locales/ru/welcome.json +++ b/public/locales/ru/welcome.json @@ -43,7 +43,7 @@ "tunnel_domain_assigned": "A temporary public domain has been assigned to you", "tunnel_opt_in_title": "Get an automatically assigned public domain?", "tunnel_opt_in_yes": "Yes", - "tunnel_opt_in_skip": "Skip", + "tunnel_opt_in_skip": "Next", "tunnel_progress": "Starting tunnel...", "tunnel_error": "Tunnel error", "tunnel_get_domain": "Get Public Domain" diff --git a/public/locales/tr/welcome.json b/public/locales/tr/welcome.json index a5992b75..4068ad3c 100644 --- a/public/locales/tr/welcome.json +++ b/public/locales/tr/welcome.json @@ -43,7 +43,7 @@ "tunnel_domain_assigned": "A temporary public domain has been assigned to you", "tunnel_opt_in_title": "Get an automatically assigned public domain?", "tunnel_opt_in_yes": "Yes", - "tunnel_opt_in_skip": "Skip", + "tunnel_opt_in_skip": "Next", "tunnel_progress": "Starting tunnel...", "tunnel_error": "Tunnel error", "tunnel_get_domain": "Get Public Domain" diff --git a/public/locales/zh/welcome.json b/public/locales/zh/welcome.json index caa3426f..a2bf2616 100644 --- a/public/locales/zh/welcome.json +++ b/public/locales/zh/welcome.json @@ -43,7 +43,7 @@ "tunnel_domain_assigned": "已为您分配了一个临时的公网域名", "tunnel_opt_in_title": "获取自动分配的公网域名?", "tunnel_opt_in_yes": "是", - "tunnel_opt_in_skip": "跳过", + "tunnel_opt_in_skip": "下一步", "tunnel_progress": "正在启动 Tunnel...", "tunnel_error": "Tunnel 出错", "tunnel_get_domain": "获取公网域名" diff --git a/src/routes/onboarding/steps/get-public-domain.tsx b/src/routes/onboarding/steps/get-public-domain.tsx index 9997a1f4..e06a626d 100644 --- a/src/routes/onboarding/steps/get-public-domain.tsx +++ b/src/routes/onboarding/steps/get-public-domain.tsx @@ -195,28 +195,25 @@ export default function GetPublicDomain() { if (phase === "done" && tunnelUrl) { return (
{t("tunnel_dns_warning")} @@ -179,21 +186,9 @@ export default function WelcomePage() { {t("tunnel_redirect_countdown", { seconds: countdown })} ) : ( -