From dd47862b3a8bb8c1cec47cd6c5786ecc03a66ebe Mon Sep 17 00:00:00 2001 From: awenes <1121353141@qq.com> Date: Fri, 6 Oct 2023 18:50:04 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E6=9C=AA=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/console-fe/src/pages/user/Profile/locales/zh-CN.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eiam-console/src/main/console-fe/src/pages/user/Profile/locales/zh-CN.ts b/eiam-console/src/main/console-fe/src/pages/user/Profile/locales/zh-CN.ts index 490e5cf6..30d817dd 100644 --- a/eiam-console/src/main/console-fe/src/pages/user/Profile/locales/zh-CN.ts +++ b/eiam-console/src/main/console-fe/src/pages/user/Profile/locales/zh-CN.ts @@ -65,7 +65,7 @@ export default { 'page.user.profile.modify_password.form.old_password': '旧密码', 'page.user.profile.modify_password.form.old_password.placeholder': '请输入旧密码', - 'page.user.profile.modify_password.form.old_password.rule.0': '请输入请输入旧密码', + 'page.user.profile.modify_password.form.old_password.rule.0': '请输入旧密码', 'page.user.profile.modify_password.form.new_password': '新密码', 'page.user.profile.modify_password.form.new_password.placeholder': '请输入新密码',