From 83d51f2b4a04abe2e867b29e8e76b1caf43a5ed4 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 2 Jul 2023 20:58:01 +0800 Subject: [PATCH] refactor: change account existed tip in fim plugin --- .../web/plugins/com.msgbyte.fim/src/translate.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server/plugins/com.msgbyte.fim/web/plugins/com.msgbyte.fim/src/translate.ts b/server/plugins/com.msgbyte.fim/web/plugins/com.msgbyte.fim/src/translate.ts index 7c6f1761..8635d708 100644 --- a/server/plugins/com.msgbyte.fim/web/plugins/com.msgbyte.fim/src/translate.ts +++ b/server/plugins/com.msgbyte.fim/web/plugins/com.msgbyte.fim/src/translate.ts @@ -10,7 +10,9 @@ export const Translate = { 'en-US': 'Login Failed', }), accountExistedTip: localTrans({ - 'zh-CN': '账号已存在,你应该在登录后绑定账号', - 'en-US': 'Account Existed, You should bind provider account after login', + // 'zh-CN': '账号已存在,你应该在登录后绑定账号', + // 'en-US': 'Account Existed, You should bind provider account after login', + 'zh-CN': '账号已存在,请使用账号密码登录', + 'en-US': 'Account Existed, please log in with account password', }), };