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 3f2a21293d [Fix-10317] [ui] Fix the tips of startTimeout in the
jupyter form (#10319)
3f2a21293d is described below
commit 3f2a21293d1b7cc8fe12a5e951fda15d231b05ac
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]>
---
.../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'],