You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/05/24 08:15:02 UTC

[dolphinscheduler] branch dev updated: [Fix][UI] Fix the problem of multi-language support of workflow instance host in Chinese state. (#10223)

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

songjian 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 6cebdfdf50 [Fix][UI] Fix the problem of multi-language support of workflow instance host in Chinese state. (#10223)
6cebdfdf50 is described below

commit 6cebdfdf5045862653a1d05354bdd3f039919f54
Author: songjianet <17...@qq.com>
AuthorDate: Tue May 24 16:14:56 2022 +0800

    [Fix][UI] Fix the problem of multi-language support of workflow instance host in Chinese state. (#10223)
---
 dolphinscheduler-ui/src/locales/modules/zh_CN.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
index eeeab0a0cd..74c02652b9 100644
--- a/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
+++ b/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
@@ -464,7 +464,7 @@ const project = {
     fault_tolerant_sign: '容错标识',
     dry_run_flag: '空跑标识',
     executor: '执行用户',
-    host: 'Host',
+    host: '主机',
     start_process: '启动工作流',
     execute_from_the_current_node: '从当前节点开始执行',
     recover_tolerance_fault_process: '恢复被容错的工作流',