test
This commit is contained in:
parent
54d833ba8b
commit
dcf3f916f2
|
@ -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 🔑
|
||||
|
||||
`,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue