diff --git a/dolphinscheduler-ui/src/common/common.ts b/dolphinscheduler-ui/src/common/common.ts index 80fe920c7e..d0989d7260 100644 --- a/dolphinscheduler-ui/src/common/common.ts +++ b/dolphinscheduler-ui/src/common/common.ts @@ -395,7 +395,7 @@ export const workflowExecutionState = ( }, WAIT_TO_RUN: { id: 18, - desc: `${t('project.overview.wait_to_run')}`, + desc: `${t('project.workflow.wait_to_run')}`, color: '#5102ce', icon: HourglassOutlined, isSpin: false, diff --git a/dolphinscheduler-ui/src/locales/en_US/project.ts b/dolphinscheduler-ui/src/locales/en_US/project.ts index 9033a03f9b..a532d11992 100644 --- a/dolphinscheduler-ui/src/locales/en_US/project.ts +++ b/dolphinscheduler-ui/src/locales/en_US/project.ts @@ -233,6 +233,7 @@ export default { 'There is not any workflows. Please create a workflow, and then visit this page again.', ready_to_block: 'Ready to block', block: 'Block', + wait_to_run: 'Wait to run', want_to_set_timing: 'Would you like to set the workflow timing?', confirm_to_online: 'Confirm to make the workflow online?', confirm_to_offline: 'Confirm to make the workflow offline?', diff --git a/dolphinscheduler-ui/src/locales/zh_CN/project.ts b/dolphinscheduler-ui/src/locales/zh_CN/project.ts index 0da7c9eb71..ba0ddd93e5 100644 --- a/dolphinscheduler-ui/src/locales/zh_CN/project.ts +++ b/dolphinscheduler-ui/src/locales/zh_CN/project.ts @@ -231,6 +231,7 @@ export default { '目前没有任何工作流,请先创建工作流,再访问该页面', ready_to_block: '准备锁定', block: '锁定', + wait_to_run: '等待执行', want_to_set_timing: '现在想去配置该工作流定时?', confirm_to_online: '是否确定上线该工作流?', confirm_to_offline: '是否确定下线该工作流?',