You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/03/17 04:39:34 UTC

[dolphinscheduler] branch dev updated: [Fix][UI Next][V1.0.0-Alpha] Fix the English display problem of timeout alert minute (#8950)

This is an automated email from the ASF dual-hosted git repository.

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 192086e  [Fix][UI Next][V1.0.0-Alpha] Fix the English display problem of timeout alert minute (#8950)
192086e is described below

commit 192086e639d32ca09fe15ea27595e95e35dbd218
Author: Devosend <de...@gmail.com>
AuthorDate: Thu Mar 17 12:37:40 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha] Fix the English display problem of timeout alert minute (#8950)
---
 .../src/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 0562db8..2782cae 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')
                 }}
               />
             </NFormItem>