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 a088ca1048 [Fix][UI]Modify error message (#10054)
a088ca1048 is described below
commit a088ca10489ade01485f7bf3b4fbb3b81d97ceab
Author: labbomb <[email protected]>
AuthorDate: Tue May 17 11:11:56 2022 +0800
[Fix][UI]Modify error message (#10054)
---
dolphinscheduler-ui/src/locales/modules/en_US.ts | 2 +-
dolphinscheduler-ui/src/locales/modules/zh_CN.ts | 2 +-
.../src/views/projects/workflow/instance/components/table-action.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dolphinscheduler-ui/src/locales/modules/en_US.ts
b/dolphinscheduler-ui/src/locales/modules/en_US.ts
index 0bea48f858..1f19d64e0d 100644
--- a/dolphinscheduler-ui/src/locales/modules/en_US.ts
+++ b/dolphinscheduler-ui/src/locales/modules/en_US.ts
@@ -478,7 +478,7 @@ const project = {
recovery_waiting_thread: 'Recovery waiting thread',
recover_serial_wait: 'Recover serial wait',
recovery_suspend: 'Recovery Suspend',
- failed_to_retry: 'Failed to retry',
+ recovery_failed: 'Recovery Failed',
gantt: 'Gantt',
name: 'Name',
all_status: 'AllStatus',
diff --git a/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
b/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
index 39a443c78e..108256fec5 100644
--- a/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
+++ b/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
@@ -475,7 +475,7 @@ const project = {
recovery_waiting_thread: '恢复等待线程',
recover_serial_wait: '串行恢复',
recovery_suspend: '恢复运行',
- failed_to_retry: '重跑失败任务',
+ recovery_failed: '重跑失败任务',
gantt: '甘特图',
name: '名称',
all_status: '全部状态',
diff --git
a/dolphinscheduler-ui/src/views/projects/workflow/instance/components/table-action.tsx
b/dolphinscheduler-ui/src/views/projects/workflow/instance/components/table-action.tsx
index a75cd41a62..b5afa82ad5 100644
---
a/dolphinscheduler-ui/src/views/projects/workflow/instance/components/table-action.tsx
+++
b/dolphinscheduler-ui/src/views/projects/workflow/instance/components/table-action.tsx
@@ -167,7 +167,7 @@ export default defineComponent({
</NTooltip>
<NTooltip trigger={'hover'}>
{{
- default: () => t('project.workflow.failed_to_retry'),
+ default: () => t('project.workflow.recovery_failed'),
trigger: () => (
<NButton
tag='div'