From 6b6338ad7b8b08e6cb49f729363a377a5db9076e Mon Sep 17 00:00:00 2001 From: wwb7700 <31213421+wwb7700@users.noreply.github.com> Date: Fri, 14 Apr 2023 07:45:42 +0800 Subject: [PATCH] Update cn.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 测试 --- 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 9973a3c68..ceb1d74ca 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -9,7 +9,7 @@ const cn = { ChatItemCount: (count: number) => `${count} 条对话`, }, Chat: { - SubTitle: (count: number) => `与 ChatGPT 的 ${count} 条对话`, + SubTitle: (count: number) => `与 AI 的 ${count} 条对话`, Actions: { ChatList: "查看消息列表", CompressedHistory: "查看压缩后的历史 Prompt",