From 28477f03407227456580c2e5d531bf898f1f60a5 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 30 May 2025 14:40:00 +0800 Subject: [PATCH] feat(vben5): Modify the expired password localized content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更改密码过期本地化提示内容 --- apps/vben5/apps/app-antd/src/locales/langs/zh-CN/abp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vben5/apps/app-antd/src/locales/langs/zh-CN/abp.json b/apps/vben5/apps/app-antd/src/locales/langs/zh-CN/abp.json index 0de0f54f4..0665783bc 100644 --- a/apps/vben5/apps/app-antd/src/locales/langs/zh-CN/abp.json +++ b/apps/vben5/apps/app-antd/src/locales/langs/zh-CN/abp.json @@ -18,7 +18,7 @@ "invalidUserNameOrPassword": "用户名或密码错误!", "tokenHasExpired": "您的请求会话已过期,请重新登录!", "requiresTwoFactor": "需要验证身份,请选择一种验证方式!", - "shouldChangePassword": "您的密码已失效,请修改密码后登录!" + "shouldChangePassword": "您的密码已过期,请修改密码后登录!" } }, "manage": {