feat: 修改登录页文字

This commit is contained in:
zhengkunwang223 2023-02-20 18:46:21 +08:00 committed by zhengkunwang223
parent 77fc6bc888
commit e9e15240b2
3 changed files with 2 additions and 3 deletions

View File

@ -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']

View File

@ -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: 'ModernOpenSource Linux server operation and maintenance management panel',
},
rule: {
username: 'Please enter a username',

View File

@ -116,7 +116,7 @@ export default {
warnning: '注意关闭安全入口将使您的面板登录地址被直接暴露在互联网上非常危险请谨慎操作',
codeInput: '请输入 MFA 验证器的 6 位验证码',
mfaTitle: 'MFA认证',
title: '一个现代化开源的 Linux 服务器运维管理面板',
title: '现代化开源的 Linux 服务器运维管理面板',
},
rule: {
username: '请输入用户名',