CalvinKirs commented on a change in pull request #4320:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/4320#discussion_r551153069
##########
File path:
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
##########
@@ -151,7 +151,7 @@
ENCAPSULATION_PROCESS_INSTANCE_GANTT_STRUCTURE_ERROR(10121, "encapsulation
process instance gantt structure error", "查询工作流实例甘特图数据错误"),
QUERY_PROCESS_DEFINITION_LIST_PAGING_ERROR(10122, "query process
definition list paging error", "分页查询工作流定义列表错误"),
SIGN_OUT_ERROR(10123, "sign out error", "退出错误"),
- TENANT_CODE_HAS_ALREADY_EXISTS(10124, "tenant code has already exists",
"租户编码已存在"),
+ TENANT_CODE_HAS_ALREADY_EXISTS(10124, "os tenant code has already exists",
"操作系统租户已存在"),
Review comment:
hi,suggest change
##########
File path:
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
##########
@@ -195,7 +195,7 @@
QUERY_WORKFLOW_LINEAGE_ERROR(10161, "query workflow lineage error",
"查询血缘失败"),
QUERY_AUTHORIZED_AND_USER_CREATED_PROJECT_ERROR(10162, "query authorized
and user created project error error", "查询授权的和用户创建的项目错误"),
DELETE_PROCESS_DEFINITION_BY_ID_FAIL(10163,"delete process definition by
id fail, for there are {0} process instances in executing using it",
"删除工作流定义失败,有[{0}]个运行中的工作流实例正在使用"),
- CHECK_TENANT_CODE_ERROR(10164, "Please enter the English tenant code",
"请输入英文租户编码"),
+ CHECK_TENANT_CODE_ERROR(10164, "Please enter the English os tenant code",
"请输入英文操作系统租户"),
Review comment:
hi,suggest change
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]