From 57ab31a3ffc24af26c9f958677cca6d48263b75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=9B=E6=96=8C?= <35325608+wlibin@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:17:17 +0800 Subject: [PATCH] Update cn.ts --- app/locales/cn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 69ada8784..2ef1835ad 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -8,7 +8,7 @@ const cn = { Error: { Unauthorized: isApp ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。" - : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。", + : "访问密码不正确或为空,请点击[登录](/#/auth)输入正确的访问密码。", }, Auth: { Title: "需要密码",