healchow commented on code in PR #6653: URL: https://github.com/apache/inlong/pull/6653#discussion_r1033434648
########## inlong-dashboard/src/locales/en.json: ########## @@ -247,6 +247,10 @@ "meta.Group.InlongGroupOwners": "Inlong Group Owners", "meta.Group.InlongGroupOwnersExtra": "Can view, modify group info", "meta.Group.InlongGroupIntroduction": "Description", + "meta.Group.DataReportType": "ReportDataTo", + "meta.Group.DataReportType.DataProxyWithSource": "To DataProxy, Response by Source", Review Comment: Suggest changing to: ``` Report to DataProxy and respond when the DataProxy received data Report to DataProxy and respond after DataProxy sends data Report to MQ and respond when the MQ received data ``` -- 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]
