mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
[Fix][UI Next][V1.0.0-Beta] Change the label from recovery failed to failed to retry. (#9761)
This commit is contained in:
parent
897d7cb555
commit
4e56a1bff6
@ -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',
|
||||
|
@ -477,7 +477,7 @@ const project = {
|
||||
recovery_waiting_thread: '恢复等待线程',
|
||||
recover_serial_wait: '串行恢复',
|
||||
recovery_suspend: '恢复运行',
|
||||
recovery_failed: '恢复失败',
|
||||
failed_to_retry: '重跑失败任务',
|
||||
gantt: '甘特图',
|
||||
name: '名称',
|
||||
all_status: '全部状态',
|
||||
|
@ -167,7 +167,7 @@ export default defineComponent({
|
||||
</NTooltip>
|
||||
<NTooltip trigger={'hover'}>
|
||||
{{
|
||||
default: () => t('project.workflow.recovery_failed'),
|
||||
default: () => t('project.workflow.failed_to_retry'),
|
||||
trigger: () => (
|
||||
<NButton
|
||||
tag='div'
|
||||
|
Loading…
Reference in New Issue
Block a user