This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 97f0842  [Improvement] Change the status box text (#5421)
97f0842 is described below

commit 97f08429f4d9b289ce69682fb2c8e1213ca1c03d
Author: ruanwenjun <[email protected]>
AuthorDate: Thu May 6 09:22:51 2021 +0800

    [Improvement] Change the status box text (#5421)
---
 .../home/pages/projects/pages/_source/conditions/instance/common.js     | 2 +-
 dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js                  | 1 +
 dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js                  | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/conditions/instance/common.js
 
b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/conditions/instance/common.js
index 6a2c899..4d5afd6 100644
--- 
a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/conditions/instance/common.js
+++ 
b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/conditions/instance/common.js
@@ -23,7 +23,7 @@ import i18n from '@/module/i18n'
 const stateType = [
   {
     code: '',
-    label: `${i18n.$t('None')}`
+    label: `${i18n.$t('AllStatus')}`
   }, {
     code: 'SUBMITTED_SUCCESS',
     label: `${i18n.$t('Submitted successfully')}`
diff --git a/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js 
b/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
index 94f4ba3b..0ee852c 100755
--- a/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
+++ b/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
@@ -440,6 +440,7 @@ export default {
   'Process instance details': 'Process instance details',
   'Create Resource': 'Create Resource',
   'User Center': 'User Center',
+  AllStatus: 'All',
   None: 'None',
   Name: 'Name',
   'Process priority': 'Process priority',
diff --git a/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js 
b/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
index 7026108..bc3d039 100755
--- a/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
+++ b/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
@@ -440,6 +440,7 @@ export default {
   'Process instance details': '流程实例详情',
   'Create Resource': '创建资源',
   'User Center': '用户中心',
+  AllStatus: '全部状态',
   None: '无',
   Name: '名称',
   'Process priority': '流程优先级',

Reply via email to