This is an automated email from the ASF dual-hosted git repository. liudongkai pushed a commit to branch 3.0.0-beta-2-prepare in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit d95aa7138385d4bb80c8d04616847c98141dceda Author: aiwenmo <[email protected]> AuthorDate: Wed Jun 1 10:19:36 2022 +0800 [Fix-10317] [ui] Fix the tips of startTimeout in the jupyter form (#10319) Co-authored-by: wenmo <[email protected]> (cherry picked from commit 3f2a21293d1b7cc8fe12a5e951fda15d231b05ac) --- .../src/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'],
