From 312de6c6eba5f29efebdf838a36a5c53472788fc Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Fri, 30 Apr 2021 16:05:38 +0800 Subject: [PATCH] =?UTF-8?q?perf(i18n):=20=E4=BF=AE=E6=94=B9=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E9=A1=B5=E9=9D=A2Router=20=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 4 ++-- src/router/userPage.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 5d1508b6a..17674d3fc 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -586,8 +586,8 @@ "LabelList": "Labels", "LabelUpdate": "Label update", "LoginLog": "Login Logs", - "MyApps": "My apps", - "MyAssets": "My assets", + "MyApps": "My Apps", + "MyAssets": "My Assets", "OperateLog": "Operation Logs", "PasswordChangeLog": "Password Update Logs", "Perms": "Permissions", diff --git a/src/router/userPage.js b/src/router/userPage.js index 68066bb36..b9b21fbf1 100644 --- a/src/router/userPage.js +++ b/src/router/userPage.js @@ -65,7 +65,7 @@ export default [ path: '', name: 'CommandExecutions', component: () => import('@/views/ops/CommandExecution'), - meta: { title: i18n.t('route.CommandExecutions'), icon: 'terminal', permissions: [rolec.PERM_USE] } + meta: { title: i18n.t('route.BatchCommand'), icon: 'terminal', permissions: [rolec.PERM_USE] } } ] }, @@ -162,7 +162,7 @@ export default [ children: [ { path: `${BASE_URL}/koko/elfinder/sftp/`, - meta: { title: i18n.t('route.WebFTP'), icon: 'file', activeMenu: '/assets', permissions: [rolec.PERM_USE] } + meta: { title: i18n.t('route.FileManager'), icon: 'file', activeMenu: '/assets', permissions: [rolec.PERM_USE] } } ] }