diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts index dbec59e1d8..7c0718b99c 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts @@ -533,7 +533,6 @@ const project = { waiting_depend: 'Waiting Depend', delay_execution: 'Delay Execution', forced_success: 'Forced Success', - serial_wait: 'Serial Wait', view_log: 'View Log', download_log: 'Download Log' }, diff --git a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts index 51f5c8e7b2..5401843604 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts @@ -530,7 +530,6 @@ const project = { waiting_depend: '等待依赖完成', delay_execution: '延时执行', forced_success: '强制成功', - serial_wait: '串行等待', view_log: '查看日志', download_log: '下载日志' }, diff --git a/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts b/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts index f8e9a139ff..483e367211 100644 --- a/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts +++ b/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts @@ -150,7 +150,7 @@ export function useTable() { }) } ), - default: () => t('project.task.serial_wait') + default: () => t('project.task.forced_success') } ), h(