This commit is contained in:
afred 2024-12-11 10:49:12 +08:00
parent 54d833ba8b
commit dcf3f916f2
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import { getClientConfig } from "../config/client";
import { SubmitKey } from "../store/config";
import { LocaleType } from "./index";
import { SAAS_CHAT_UTM_URL } from "@/app/constant";
// if you are adding a new translation, please use PartialLocaleType instead of LocaleType
const isApp = !!getClientConfig()?.isApp;
@ -11,7 +10,7 @@ const en: LocaleType = {
Unauthorized: isApp
? `😆 Oops, there's an issue. No worries:`
: `😆 Oops, there's an issue. Let's fix it:
\ 2 [Click here](/#/auth) to enter your password 🔑
\ [Click here](/#/auth) to enter your password 🔑
`,
},