Browse Source

[Improvement-5622][project management] Modify the title (#5723)

Jianchao Wang 3 years ago
parent
commit
2ba569acd0

+ 1 - 1
dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js

@@ -69,7 +69,7 @@ export default {
   Add: 'Add',
   'DAG graph name cannot be empty': 'DAG graph name cannot be empty',
   'Create Datasource': 'Create Datasource',
-  'Project Home': 'Project Home',
+  'Project Home': 'Workflow Monitor',
   'Project Manage': 'Project',
   'Create Project': 'Create Project',
   'Cron Manage': 'Cron Manage',

+ 1 - 1
dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js

@@ -69,7 +69,7 @@ export default {
   Add: '添加',
   'DAG graph name cannot be empty': 'DAG图名称不能为空',
   'Create Datasource': '创建数据源',
-  'Project Home': '项目首页',
+  'Project Home': '工作流监控',
   'Project Manage': '项目管理',
   'Create Project': '创建项目',
   'Cron Manage': '定时管理',