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",