Skip to content

Commit 40822d7

Browse files
authored
feat(plugin): change button desc (#2248)
1 parent 0b1abaf commit 40822d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/components/Plugin/locales/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
'component.plugin.pluginTemplate.tip2':
2525
'2. The same plugin in the plugin template will override one in the plugins.',
2626
'component.plugin.enable': 'Enable',
27-
'component.plugin.disable': 'Disable',
27+
'component.plugin.disable': 'Edit',
2828
'component.plugin.authentication': 'Authentication',
2929
'component.plugin.security': 'Security',
3030
'component.plugin.traffic': 'Traffic Control',

web/src/components/Plugin/locales/zh-CN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
'1. 若路由已配置插件,则插件模板数据将与已配置的插件数据合并。',
2424
'component.plugin.pluginTemplate.tip2': '2. 插件模板相同的插件会覆盖掉原有的插件。',
2525
'component.plugin.enable': '启用',
26-
'component.plugin.disable': '禁用',
26+
'component.plugin.disable': '编辑',
2727
'component.plugin.authentication': '身份验证',
2828
'component.plugin.security': '安全防护',
2929
'component.plugin.traffic': '流量控制',

0 commit comments

Comments
 (0)