diff --git a/frontend/components.d.ts b/frontend/components.d.ts index eb797cd86..ebd5165b1 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -60,7 +60,6 @@ declare module 'vue' { ElRow: typeof import('element-plus/es')['ElRow'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElSelect: typeof import('element-plus/es')['ElSelect'] - ElSpace: typeof import('element-plus/es')['ElSpace'] ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] ElSwitch: typeof import('element-plus/es')['ElSwitch'] ElTable: typeof import('element-plus/es')['ElTable'] diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 69f5f41a9..b02f3cedf 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -111,7 +111,7 @@ export default { warnning: 'Note: [Closing the security entrance] will make your panel login address directly exposed to the Internet, very dangerous, please exercise caution', codeInput: 'Please enter the 6-digit verification code of the MFA validator', - title: 'A modern, open source Linux server operation and maintenance management panel', + title: 'Modern、OpenSource Linux server operation and maintenance management panel', }, rule: { username: 'Please enter a username', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index e2d1bbe1c..f289b034f 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -116,7 +116,7 @@ export default { warnning: '注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作', codeInput: '请输入 MFA 验证器的 6 位验证码', mfaTitle: 'MFA认证', - title: '一个现代化、开源的 Linux 服务器运维管理面板', + title: '现代化、开源的 Linux 服务器运维管理面板', }, rule: { username: '请输入用户名',