diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 4ec0f8c84f5..617cf691064 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -225,8 +225,8 @@ export function SideBar(props: { className?: string }) { {...props} > } >
@@ -304,7 +304,7 @@ export function SideBar(props: { className?: string }) { />
-
+ } secondaryAction={ diff --git a/app/locales/cn.ts b/app/locales/cn.ts index fcbdb6f627c..581365dc7ed 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -9,7 +9,7 @@ const cn = { Error: { Unauthorized: isApp ? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。" - : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。", + : "访问密码不正确或为空,请点击[登录](/#/auth)输入正确的访问密码。", }, Auth: { Title: "需要密码",