From d95aa7138385d4bb80c8d04616847c98141dceda Mon Sep 17 00:00:00 2001 From: aiwenmo <32723967+aiwenmo@users.noreply.github.com> Date: Wed, 1 Jun 2022 10:19:36 +0800 Subject: [PATCH] [Fix-10317] [ui] Fix the tips of startTimeout in the jupyter form (#10319) Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com> (cherry picked from commit 3f2a21293d1b7cc8fe12a5e951fda15d231b05ac) --- .../views/projects/task/components/node/fields/use-jupyter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-jupyter.ts b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-jupyter.ts index 1f37f6ba00..a35510840f 100644 --- a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-jupyter.ts +++ b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-jupyter.ts @@ -146,7 +146,7 @@ export function useJupyter(model: { [field: string]: any }): IJsonItem[] { field: 'startTimeout', name: t('project.node.jupyter_start_timeout'), props: { - placeholder: t('project.node.zeppelin_note_id_tips') + placeholder: t('project.node.jupyter_start_timeout_tips') } // validate: { // trigger: ['input', 'blur'],