diff --git a/dolphinscheduler-ui/src/locales/en_US/home.ts b/dolphinscheduler-ui/src/locales/en_US/home.ts index 3daba6a795b8..6d29faf17cf6 100644 --- a/dolphinscheduler-ui/src/locales/en_US/home.ts +++ b/dolphinscheduler-ui/src/locales/en_US/home.ts @@ -39,5 +39,6 @@ export default { dispatch: 'DISPATCH', ready_block: 'READY_BLOCK', block: 'BLOCK', - wait_to_run: 'WAIT_TO_RUN' + wait_to_run: 'WAIT_TO_RUN', + failover: 'FAILOVER' } diff --git a/dolphinscheduler-ui/src/locales/zh_CN/home.ts b/dolphinscheduler-ui/src/locales/zh_CN/home.ts index 18999cc866ec..2e40f9fcf16f 100644 --- a/dolphinscheduler-ui/src/locales/zh_CN/home.ts +++ b/dolphinscheduler-ui/src/locales/zh_CN/home.ts @@ -39,5 +39,6 @@ export default { dispatch: '派发', ready_block: '准备阻断', block: '阻断', - wait_to_run: '等待执行' + wait_to_run: '等待执行', + failover: '恢复容错' }