Skip to content

Commit dfee9b2

Browse files
authored
🔨 chore: typo fixed for zh-CN (lobehub#6856)
1 parent cc9f793 commit dfee9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locales/zh-CN/chat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"warp": "换行"
6666
},
6767
"intentUnderstanding": {
68-
"title": "正在分析并理解意图您的意图..."
68+
"title": "正在分析并理解您的意图..."
6969
},
7070
"knowledgeBase": {
7171
"all": "所有内容",

src/locales/default/chat.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default {
6666
warp: '换行',
6767
},
6868
intentUnderstanding: {
69-
title: '正在分析并理解意图您的意图...',
69+
title: '正在分析并理解您的意图...',
7070
},
7171
knowledgeBase: {
7272
all: '所有内容',

0 commit comments

Comments
 (0)