(cherry picked from commit a088ca1048)
a088ca1048
@ -478,7 +478,7 @@ const project = {
recovery_waiting_thread: 'Recovery waiting thread',
recover_serial_wait: 'Recover serial wait',
recovery_suspend: 'Recovery Suspend',
failed_to_retry: 'Failed to retry',
recovery_failed: 'Recovery Failed',
gantt: 'Gantt',
name: 'Name',
all_status: 'AllStatus',
@ -475,7 +475,7 @@ const project = {
recovery_waiting_thread: '恢复等待线程',
recover_serial_wait: '串行恢复',
recovery_suspend: '恢复运行',
failed_to_retry: '重跑失败任务',
recovery_failed: '重跑失败任务',
gantt: '甘特图',
name: '名称',
all_status: '全部状态',
@ -167,7 +167,7 @@ export default defineComponent({
</NTooltip>
<NTooltip trigger={'hover'}>
{{
default: () => t('project.workflow.failed_to_retry'),
default: () => t('project.workflow.recovery_failed'),
trigger: () => (
<NButton
tag='div'