diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 853901f29..7f9c76330 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -107,8 +107,8 @@ export default { welcome: 'Welcome back, please enter your username and password to log in!', errorAuthInfo: 'The user name or password you entered is incorrect, please re-enter!', errorMfaInfo: 'Incorrect authentication information, please try again!', - captchaHelper: 'Please enter the verification code', - errorCaptcha: 'Verification code error!', + captchaHelper: 'Captcha', + errorCaptcha: 'Captcha code error!', safeEntrance: 'Please use the correct entry to log in to the panel', reason: 'Cause of error:', reasonHelper: @@ -119,7 +119,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: 'Linux server operation and maintenance management panel', + title: 'Linux Server Management Panel', }, rule: { username: 'Please enter a username', @@ -134,7 +134,7 @@ export default { imageName: 'Support English, numbers, :/.-_, length 1-150', volumeName: 'Support English, numbers, .-_, length 2-30', complexityPassword: - 'Enter a password that is longer than eight characters and contains at least two letters, digits, and special characters', + 'Longer than eight characters and contains at least two combinations of letters, digits, and special characters', commonPassword: 'Please enter a password with more than 6 characters', email: 'Email format error', number: 'Please enter the correct number', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index cad311ca2..e5db67797 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -112,7 +112,7 @@ export default { welcome: '欢迎回来,请输入用户名和密码登录!', errorAuthInfo: '您输入的用户名或密码不正确,请重新输入!', errorMfaInfo: '错误的验证信息,请重试!', - captchaHelper: '请输入验证码', + captchaHelper: '验证码', errorCaptcha: '验证码错误!', safeEntrance: '请使用正确的入口登录面板', reason: '错误原因:', diff --git a/frontend/src/views/setting/panel/password/index.vue b/frontend/src/views/setting/panel/password/index.vue index f5e789a92..9b9e20e3e 100644 --- a/frontend/src/views/setting/panel/password/index.vue +++ b/frontend/src/views/setting/panel/password/index.vue @@ -1,6 +1,6 @@