wangsizhu0504 commented on code in PR #3676:
URL: 
https://github.com/apache/incubator-streampark/pull/3676#discussion_r1574191281


##########
streampark-console/streampark-console-webapp/src/views/setting/system/config.ts:
##########
@@ -47,12 +47,12 @@ export const settingFormSchema: SettingForm = {
       required: true,
     },
     {
-      field: 'userName',
-      label: t('setting.system.docker.userName.label'),
-      helpMessage: t('setting.system.docker.userName.desc'),
+      field: 'username',
+      label: t('setting.system.docker.username.label'),

Review Comment:
   Here you need to synchronize the key field in the internationalization file, 
which is located at 
streampark-console/streampark-console-webapp/src/locales/lang/en/setting/system.ts
 (similar for zh_CN).



-- 
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: issues-unsubscr...@streampark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to