Skip to content

Commit

Permalink
[cherry-pick][Fix][UI Next][V1.0.0-Alpha] Fix the task instance force…
Browse files Browse the repository at this point in the history
…d success button multi-language support error. (apache#9395)
  • Loading branch information
songjianet authored and nobolity committed Apr 11, 2022
1 parent fec3768 commit a126c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dolphinscheduler-ui-next/src/locales/modules/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ const project = {
edit: 'Edit',
delete: 'Delete',
delete_confirm: 'Delete?',
forced_success: 'Forced Success',
view_log: 'View Log',
download_log: 'Download Log',
refresh: 'Refresh'
Expand Down
1 change: 1 addition & 0 deletions dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ const project = {
edit: '编辑',
delete: '删除',
delete_confirm: '确定删除吗?',
forced_success: '强制成功',
view_log: '查看日志',
download_log: '下载日志',
refresh: '刷新'
Expand Down

0 comments on commit a126c95

Please sign in to comment.