Merge pull request #53 from cshaptx4869/patch-25

refactor(login): ♻️ 大写锁定提示国际化
This commit is contained in:
Ray Hao 2024-03-08 09:23:11 +08:00 committed by GitHub
commit cc71a453f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ export default {
password: "Password",
login: "Login",
captchaCode: "Verify Code",
capsLock: "Caps Lock is On",
message: {
username: {
required: "Please enter Username",

View File

@ -10,6 +10,7 @@ export default {
password: "密码",
login: "登 录",
captchaCode: "验证码",
capsLock: "大写锁定已打开",
message: {
username: {
required: "请输入用户名",

View File

@ -42,7 +42,7 @@
<!-- 密码 -->
<el-tooltip
:visible="isCapslock"
content="Caps lock is On"
:content="$t('login.capsLock')"
placement="right"
>
<el-form-item prop="password">