[Fix][UI Next][V1.0.0-Alpha] Fix the task instance forced success button multi-language support error. (#9392)

git-as-svn/v1/dev
songjianet 2022-04-08 10:02:48 +08:00 committed by GitHub
parent ca95d2f928
commit 72bdf6f03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -559,6 +559,7 @@ const project = {
edit: '编辑',
delete: '删除',
delete_confirm: '确定删除吗?',
forced_success: '强制成功',
view_log: '查看日志',
download_log: '下载日志',
refresh: '刷新'