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] } } ] }