This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 40822d7  feat(plugin): change button desc (#2248)
40822d7 is described below

commit 40822d7a803ce3152f90a8b1606a9af9a19b1f8d
Author: Yu.Bozhong <y...@foxmail.com>
AuthorDate: Fri Dec 17 11:14:16 2021 +0800

    feat(plugin): change button desc (#2248)
---
 web/src/components/Plugin/locales/en-US.ts | 2 +-
 web/src/components/Plugin/locales/zh-CN.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/src/components/Plugin/locales/en-US.ts 
b/web/src/components/Plugin/locales/en-US.ts
index d62764d..1ec4b1b 100644
--- a/web/src/components/Plugin/locales/en-US.ts
+++ b/web/src/components/Plugin/locales/en-US.ts
@@ -24,7 +24,7 @@ export default {
   'component.plugin.pluginTemplate.tip2':
     '2. The same plugin in the plugin template will override one in the 
plugins.',
   'component.plugin.enable': 'Enable',
-  'component.plugin.disable': 'Disable',
+  'component.plugin.disable': 'Edit',
   'component.plugin.authentication': 'Authentication',
   'component.plugin.security': 'Security',
   'component.plugin.traffic': 'Traffic Control',
diff --git a/web/src/components/Plugin/locales/zh-CN.ts 
b/web/src/components/Plugin/locales/zh-CN.ts
index c76f2d3..094af63 100644
--- a/web/src/components/Plugin/locales/zh-CN.ts
+++ b/web/src/components/Plugin/locales/zh-CN.ts
@@ -23,7 +23,7 @@ export default {
     '1. 若路由已配置插件,则插件模板数据将与已配置的插件数据合并。',
   'component.plugin.pluginTemplate.tip2': '2. 插件模板相同的插件会覆盖掉原有的插件。',
   'component.plugin.enable': '启用',
-  'component.plugin.disable': '禁用',
+  'component.plugin.disable': '编辑',
   'component.plugin.authentication': '身份验证',
   'component.plugin.security': '安全防护',
   'component.plugin.traffic': '流量控制',

Reply via email to