songjianet commented on a change in pull request #8133:
URL: https://github.com/apache/dolphinscheduler/pull/8133#discussion_r788449313



##########
File path: dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
##########
@@ -26,7 +26,9 @@ const login = {
 
 const modal = {
   cancel: '取消',
-  confirm: '确定'
+  confirm: '确定',
+  save_error_msg: '保存失败,请重试',

Review comment:
       This message information should not be presented in the modal. This is a 
business function, and the meaning of the button in the place where the pop-up 
window is used will be different.

##########
File path: dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
##########
@@ -26,7 +26,9 @@ const login = {
 
 const modal = {
   cancel: '取消',
-  confirm: '确定'
+  confirm: '确定',
+  save_error_msg: '保存失败,请重试',
+  delete_error_msg: '删除失败,请重试',

Review comment:
       This message information should not be presented in the modal. This is a 
business function, and the meaning of the button in the place where the pop-up 
window is used will be different.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to