Skip to content

Commit fabef7d

Browse files
fix: defaultSlogan
1 parent 3601b7e commit fabef7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/src/locales/lang/en-US/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
title: 'Appearance Settings',
3-
defaultSlogan: 'Ready-to-use, flexible RAG Chatbot',
3+
defaultSlogan: 'A powerful and easy-to-use enterprise-level AI assistant',
44
platformDisplayTheme: 'Platform Display Theme',
55
customTheme: 'Custom Theme',
66
platformLoginSettings: 'Platform Login Settings',

ui/src/locales/lang/zh-CN/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
title: '外观设置',
3-
defaultSlogan: '欢迎使用 MaxKB 开源 AI 助手',
3+
defaultSlogan: '强大易用的企业级 AI 助手',
44
platformDisplayTheme: '平台显示主题',
55
customTheme: '自定义主题',
66
platformLoginSettings: '平台登录设置',

ui/src/locales/lang/zh-Hant/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
title: '外觀設置',
3-
defaultSlogan: '歡迎使用 MaxKB 智能知識庫問答系統',
3+
defaultSlogan: '強大易用的企業級 AI 助手',
44
platformDisplayTheme: '平台顯示主題',
55
customTheme: '自定義主題',
66
platformLoginSettings: '平台登錄設置',

0 commit comments

Comments
 (0)