juzhiyuan commented on a change in pull request #1725:
URL: https://github.com/apache/apisix-dashboard/pull/1725#discussion_r611281834



##########
File path: web/src/components/Plugin/locales/zh-CN.ts
##########
@@ -21,4 +21,7 @@ export default {
   'component.step.select.pluginTemplate.select.option': '手动配置',
   'component.plugin.pluginTemplate.tip1': '1. 若路由已配置插件,则插件模板数据将与已配置的插件数据合并。',
   'component.plugin.pluginTemplate.tip2': '2. 插件模板相同的插件会覆盖掉原有的插件。',
+
+  // proxxy-mirror
+  'component.pluginForm.proxy-mirror.host.tooltip': 
'指定镜像服务地址,例如:http://127.0.0.1:9797(地址中需要包含 schema :http或https,不能包含 URI 部分)',

Review comment:
       After some searches, I noticed there should be `Path` instead of `URI`?
   
   In APISIX, we use `URI` to refer to `HTTP Request Path`, it's not 
appropriate IMO.
   
   ```suggestion
     'component.pluginForm.proxy-mirror.host.tooltip': '指定镜像服务地址(如 
http://127.0.0.1:9797),地址中需包含协议:http 或 https,不能包含 PATH 部分)',
   ```




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