From 4f4bc26b816f54f1048c99c25e82fbce6017855c Mon Sep 17 00:00:00 2001 From: xinwen Date: Tue, 9 Jun 2020 15:59:18 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=20=E7=99=BB=E5=BD=95=E5=A4=8D?= =?UTF-8?q?=E6=A0=B8=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/cn.json | 2 +- src/i18n/langs/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index b4fe7ecc4..fbb48b692 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -692,7 +692,7 @@ "RunUser": "运行用户" }, "users": { - "LoginConfirm": "登录确认人", + "LoginConfirm": "登录复核", "SSHKey": "SSH公钥", "TermsAndConditions": "条款和条件", "IAgree": "我同意", diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 192fa45e2..b1984bfc8 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -675,7 +675,7 @@ "showNodeInfo": "Show node information" }, "users": { - "LoginConfirm": "Login approvers", + "LoginConfirm": "Login confirm", "SSHKey": "SSH Key", "TermsAndConditions": "Terms and conditions", "IAgree": "I agree",