Skip to content

Commit

Permalink
feat: Change the wording of "Plugin Market" to "Plugin Management"
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Nov 15, 2023
1 parent 10eaee5 commit 914cb0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"routeConfig": "Route Config",
"domainManagement": "Domain Management",
"certManagement": "Certificate Management",
"pluginMarket": "Plugin Market"
"pluginManagement": "Plugin Management"
},
"index": {
"title": "Higress Console"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"routeConfig": "路由配置",
"domainManagement": "域名管理",
"certManagement": "证书管理",
"pluginMarket": "插件市场"
"pluginManagement": "插件配置"
},
"index": {
"title": "Higress Console"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/_defaultProps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
icon: <SafetyCertificateOutlined />,
},
{
name: 'menu.pluginMarket',
name: 'menu.pluginManagement',
path: '/plugin',
icon: <WindowsOutlined />,
},
Expand Down

0 comments on commit 914cb0a

Please sign in to comment.