This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 4a51fce1f [INLONG-6928][Dashboard] Change management of approval
responsible person to process management (#6928) (#6929)
4a51fce1f is described below
commit 4a51fce1f9b743aa1cf5921b62ff139d601407c2
Author: kinfuy <[email protected]>
AuthorDate: Mon Dec 19 10:04:37 2022 +0800
[INLONG-6928][Dashboard] Change management of approval responsible person
to process management (#6928) (#6929)
---
inlong-dashboard/src/configs/menus/index.ts | 2 +-
inlong-dashboard/src/i18n.ts | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/inlong-dashboard/src/configs/menus/index.ts
b/inlong-dashboard/src/configs/menus/index.ts
index e49d683f6..26199c40c 100644
--- a/inlong-dashboard/src/configs/menus/index.ts
+++ b/inlong-dashboard/src/configs/menus/index.ts
@@ -66,7 +66,7 @@ const menus: MenuItemType[] = [
},
{
path: '/approval',
- name: i18n.t('configs.menus.ApprovalManagement'),
+ name: i18n.t('configs.menus.ProcessManagement'),
},
],
},
diff --git a/inlong-dashboard/src/i18n.ts b/inlong-dashboard/src/i18n.ts
index 5b12e2f2b..4a3e035f7 100644
--- a/inlong-dashboard/src/i18n.ts
+++ b/inlong-dashboard/src/i18n.ts
@@ -32,7 +32,7 @@ const resources = {
'configs.menus.ClusterTags': 'ClusterTags',
'configs.menus.SystemManagement': 'System',
'configs.menus.UserManagement': 'User Management',
- 'configs.menus.ApprovalManagement': 'Approval Management',
+ 'configs.menus.ProcessManagement': 'Process Management',
'configs.menus.Nodes': 'Nodes',
},
},
@@ -45,7 +45,7 @@ const resources = {
'configs.menus.ClusterTags': '标签管理',
'configs.menus.SystemManagement': '系统管理',
'configs.menus.UserManagement': '用户管理',
- 'configs.menus.ApprovalManagement': '审批责任人管理',
+ 'configs.menus.ProcessManagement': '流程管理',
'configs.menus.Nodes': '节点管理',
},
},