From 4e56a1bff639a90b27146a7c6cfe33917b744c5f Mon Sep 17 00:00:00 2001 From: Amy0104 <97265214+Amy0104@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:02:47 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Beta] Change the label from recovery failed to failed to retry. (#9761) --- dolphinscheduler-ui-next/src/locales/modules/en_US.ts | 2 +- dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 2 +- .../projects/workflow/instance/components/table-action.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts index 97fd364f3..41d26035d 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts @@ -480,7 +480,7 @@ const project = { recovery_waiting_thread: 'Recovery waiting thread', recover_serial_wait: 'Recover serial wait', recovery_suspend: 'Recovery Suspend', - recovery_failed: 'Recovery Failed', + failed_to_retry: 'Failed to retry', gantt: 'Gantt', name: 'Name', all_status: 'AllStatus', diff --git a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts index 8c91e3968..4525d65d2 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts @@ -477,7 +477,7 @@ const project = { recovery_waiting_thread: '恢复等待线程', recover_serial_wait: '串行恢复', recovery_suspend: '恢复运行', - recovery_failed: '恢复失败', + failed_to_retry: '重跑失败任务', gantt: '甘特图', name: '名称', all_status: '全部状态', diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx index b5afa82ad..a75cd41a6 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx @@ -167,7 +167,7 @@ export default defineComponent({ {{ - default: () => t('project.workflow.recovery_failed'), + default: () => t('project.workflow.failed_to_retry'), trigger: () => (