liuxiran commented on a change in pull request #1747:
URL: https://github.com/apache/apisix-dashboard/pull/1747#discussion_r611279581



##########
File path: web/src/components/Plugin/PluginDetail.tsx
##########
@@ -247,7 +249,7 @@ const PluginDetail: React.FC<Props> = ({
   return (
     <>
       <Drawer
-        title={`Plugin: ${name}`}
+        title={formatMessage({ id: 'component.plugin.editor' })}

Review comment:
       It would be more clear if we can show the plugin name in the title, 
which will  tell user what plugin they are configuring 




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


Reply via email to