diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 13cfc66257..ee800775bc 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -670,7 +670,8 @@ export default { input_content: '请输入内容', add_sql_table: '添加SQL', preview: '预览', - pls_input_name: '请输入名称' + pls_input_name: '请输入名称', + connect_mode: '连接模式' }, datasource: { create: '新建数据连接', diff --git a/frontend/src/views/chart/components/DimensionItem.vue b/frontend/src/views/chart/components/DimensionItem.vue index e9812f5c10..8eea1a7926 100644 --- a/frontend/src/views/chart/components/DimensionItem.vue +++ b/frontend/src/views/chart/components/DimensionItem.vue @@ -1,6 +1,6 @@