diff --git a/app/locales/en.ts b/app/locales/en.ts index ee239dea9..d3b684ae4 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -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 🔑 `, },