From 555ef9481987b4ce63a851c2c30ccf2fe197e0c2 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 1 May 2022 22:05:01 +0800 Subject: ... --- FrontEnd/src/locales/en/translation.json | 2 +- FrontEnd/src/locales/zh/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'FrontEnd/src/locales') diff --git a/FrontEnd/src/locales/en/translation.json b/FrontEnd/src/locales/en/translation.json index f0c37f64..ac6d3762 100644 --- a/FrontEnd/src/locales/en/translation.json +++ b/FrontEnd/src/locales/en/translation.json @@ -28,7 +28,7 @@ "username": "Username", "password": "Password", "confirmPassword": "Confirm Password", - "regsiterCode": "Register Code", + "registerCode": "Register Code", "error": { "usernameEmpty": "Username can't be empty.", "passwordEmpty": "Password can't be emtpy.", diff --git a/FrontEnd/src/locales/zh/translation.json b/FrontEnd/src/locales/zh/translation.json index cee92206..52a58146 100644 --- a/FrontEnd/src/locales/zh/translation.json +++ b/FrontEnd/src/locales/zh/translation.json @@ -21,7 +21,7 @@ "username": "用户名", "password": "密码", "confirmPassword": "确认密码", - "regsiterCode": "注册码", + "registerCode": "注册码", "error": { "usernameEmpty": "用户名不能为空。", "passwordEmpty": "密码不能为空。", -- cgit v1.2.3