Skip to content

Commit

Permalink
[Improvement-16598][UI] SQL task type optimization of sending alarm n…
Browse files Browse the repository at this point in the history
…otifications (#16599)

* improvement 16598

* improvement 16598
  • Loading branch information
SbloodyS authored Sep 11, 2024
1 parent e4db2d6 commit 950831e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dolphinscheduler-ui/src/locales/en_US/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -823,11 +823,11 @@ export default {
dvc_load_save_data_path: 'Data Path In Worker',
dvc_store_url: 'Store Url',
dvc_empty_tips: 'This parameter cannot be empty',
send_email: 'Send Email',
send_alarm: 'Send Alarm',
log_display: 'Log display',
rows_of_result: 'rows of result',
title: 'Title',
title_tips: 'Please enter the title of email',
title_tips: 'Please enter the title of alarm',
alarm_group: 'Alarm group',
alarm_group_tips: 'Alarm group required',
integer_tips: 'Please enter a positive integer',
Expand Down
4 changes: 2 additions & 2 deletions dolphinscheduler-ui/src/locales/zh_CN/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -798,11 +798,11 @@ export default {
dvc_load_save_data_path: 'Worker中数据路径',
dvc_store_url: '数据存储地址',
dvc_empty_tips: '该参数不能为空',
send_email: '发送邮件',
send_alarm: '发送告警',
log_display: '日志显示',
rows_of_result: '行查询结果',
title: '主题',
title_tips: '请输入邮件主题',
title_tips: '请输入告警主题',
alarm_group: '告警组',
alarm_group_tips: '告警组必填',
integer_tips: '请输入一个正整数',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function useSqlType(model: { [field: string]: any }): IJsonItem[] {
type: 'switch',
field: 'sendEmail',
span: querySpan,
name: t('project.node.send_email')
name: t('project.node.send_alarm')
},
{
type: 'select',
Expand Down

0 comments on commit 950831e

Please sign in to comment.