Skip to content

Commit

Permalink
[Improvement-14363][UI] Add Default Branch Flow in switch task (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
rickchengx authored and WeiJian Kong committed Jul 14, 2023
1 parent b19c38a commit 3941158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dolphinscheduler-ui/src/locales/en_US/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ export default {
add_pre_task_check_condition: 'Add pre task check condition',
switch_condition: 'Condition',
switch_branch_flow: 'Branch Flow',
switch_branch_flow_default: 'Default Branch Flow',
switch_branch_flow_tips: 'Please select branch flow',
and: 'and',
or: 'or',
Expand Down
1 change: 1 addition & 0 deletions dolphinscheduler-ui/src/locales/zh_CN/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ export default {
add_pre_task_check_condition: '添加前置检查条件',
switch_condition: '条件',
switch_branch_flow: '分支流转',
switch_branch_flow_default: '默认分支流转',
switch_branch_flow_tips: '请选择分支流转',
and: '且',
or: '或',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function useSwitch(
type: 'select',
field: 'nextNode',
span: 24,
name: t('project.node.switch_branch_flow'),
name: t('project.node.switch_branch_flow_default'),
props: {
loading: loading
},
Expand Down

0 comments on commit 3941158

Please sign in to comment.