Skip to content

Commit 951a2dd

Browse files
committed
fix: rename chat import to aiChat for consistency in translation keys
1 parent e218bf8 commit 951a2dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import views from './views'
55
import theme from './theme'
66
import common from './common'
77
import dynamicsForm from './dynamics-form'
8-
import chat from './ai-chat'
8+
import aiChat from './ai-chat'
99
import workflow from './workflow'
1010
export default {
1111
lang: 'English',
@@ -16,6 +16,6 @@ export default {
1616
en,
1717
common,
1818
dynamicsForm,
19-
chat,
19+
aiChat,
2020
workflow
2121
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import views from './views'
55
import theme from './theme'
66
import common from './common'
77
import dynamicsForm from './dynamics-form'
8-
import chat from './ai-chat'
8+
import aiChat from './ai-chat'
99
import workflow from './workflow'
1010
export default {
1111
lang: '繁體中文',
@@ -16,6 +16,6 @@ export default {
1616
components,
1717
zhTw,
1818
dynamicsForm,
19-
chat,
19+
aiChat,
2020
workflow
2121
}

0 commit comments

Comments
 (0)