Skip to content

Commit 7f8a50e

Browse files
committed
feat: change chat welcome hint
1 parent b11de81 commit 7f8a50e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"error": "An error occurred, please try again later",
8484
"question_placeholder": "Press Enter to submit, or use Ctrl + Enter for a new line",
8585
"greeting": "Hello, I'm SQLBot. How can I assist you today?",
86-
"hint_description": "I can query data, generate charts, detect anomalies, predict trends, and more. Please select a data source to begin!",
86+
"hint_description": "You can query data, generate charts, analyze data, predict trends, and more. Please select a data source to start your smart data exploration~",
8787
"select_datasource": "Select Data Source",
8888
"view_more": "View More",
8989
"selected_datasource": "Selected Data Source",

frontend/src/i18n/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"error": "发生错误,请稍后再试",
9191
"question_placeholder": "按下 Enter 提交问题, 或使用 Ctrl + Enter 换行",
9292
"greeting": "你好,我是SQLBot,很高兴为你服务",
93-
"hint_description": "我可以查询数据、生成图表、检测数据异常、预测数据等,请选择一个数据源,开启智能问数吧~",
93+
"hint_description": "我可以查询数据、生成图表、分析数据、预测数据等,请选择一个数据源,开启智能问数吧~",
9494
"select_datasource": "选择数据源",
9595
"view_more": "查看更多",
9696
"selected_datasource": "已选择数据源",

0 commit comments

Comments
 (0)