Skip to content

Commit

Permalink
feat: change extension chinese name
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed May 18, 2022
1 parent ef30440 commit 2512c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
{
"type": "object",
"title": "扩展",
"title": "插件",
"order": 2,
"properties": {
"features.remoteServer.autoUpdate": {
"type": "boolean",
"default": true,
"label": "自动更新",
"description": "勾选后,检测到拓展升级后自动从远程下载最新的插件更新"
"description": "勾选后,检测到插件升级后自动从远程下载最新的插件更新"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class SidebarComponent implements OnInit, OnDestroy {
route: 'home/api/test',
},
{
moduleName: '拓展广场',
moduleName: '插件广场',
moduleID: '@eo-core-extension',
isOffical: true,
logo: 'icon-apps',
Expand Down

0 comments on commit 2512c1c

Please sign in to comment.