From 1e539117498a18ffe23e87e27448a0b3a46be4f9 Mon Sep 17 00:00:00 2001 From: Tangser tang Date: Tue, 4 Apr 2023 04:58:56 +0000 Subject: [PATCH] .. --- app/locales/cn.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 4d1a23b04..a044ac0d7 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -3,7 +3,8 @@ import { SubmitKey } from "../store/app"; const cn = { WIP: "该功能仍在开发中……", Error: { - Unauthorized: "现在是未授权状态,请在设置页填写授权码。", + Unauthorized: + "现在是未授权状态,请在设置页填写访问密码。密码提示:公司门牌号", }, ChatItem: { ChatItemCount: (count: number) => `${count} 条对话`,