add placeholder for old_password

This commit is contained in:
Tao Chen
2024-10-31 16:06:17 +08:00
parent 9af9cd2da0
commit 9c8d0ca508
2 changed files with 23 additions and 10 deletions
+13
View File
@@ -439,5 +439,18 @@
"Check your IdP docs, without":
{
"One": "检查IdP的文档, 不包含"
},
"For OIDC login without a password, enter any 4-20 letters":
{
"One": "如果通过 OIDC 登录且未设置密码,请输入任意 4-20 个字符"
},
"Old PassWD": {
"One": "旧密码"
},
"New PassWD": {
"One": "新密码"
},
"ConformPassWD": {
"One": "确认密码"
}
}