From 192086e639d32ca09fe15ea27595e95e35dbd218 Mon Sep 17 00:00:00 2001 From: Devosend Date: Thu, 17 Mar 2022 12:37:40 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] Fix the English display problem of timeout alert minute (#8950) --- .../views/projects/workflow/components/dag/dag-save-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx index 0562db820f..2782cae9b1 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx @@ -209,7 +209,7 @@ export default defineComponent({ show-button={false} min={0} v-slots={{ - suffix: () => '分' + suffix: () => t('project.dag.minute') }} />