Skip to content

Commit 75e20d3

Browse files
authored
Merge pull request dataease#1668 from LeeEirc/dev
fix: 修复英文翻译错误
2 parents fae78f3 + 68cc99d commit 75e20d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mobile/src/locale/en.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"navigate.language": "Language",
1010
"navigate.about": "About",
1111
"navigate.login": "Login",
12-
"searchPlaceholder": "Please Code Panel Name",
12+
"searchPlaceholder": "Please Input Panel Name",
1313

1414
"commons": {
1515
"cancel": "Cancel",
@@ -24,11 +24,11 @@
2424
"login": {
2525
"title": "User Login",
2626
"account": "Account:",
27-
"accountPlaceholder": "Please Code Account",
27+
"accountPlaceholder": "Please Input Account",
2828
"password": "Password:",
29-
"passwordPlaceholder": "Please Code Password:",
29+
"passwordPlaceholder": "Please Input Password:",
3030
"loginbtn": "Login",
31-
"pwdFmtError": "Password Must More Than 6 Character",
31+
"pwdFmtError": "Password Must More Than 6 Characters",
3232
"uOrpwdError": "Invalid Account Or Password"
3333
},
3434
"home": {
@@ -61,4 +61,4 @@
6161
}
6262

6363

64-
}
64+
}

0 commit comments

Comments
 (0)