From bca1c8bf01b342fe9771c725811935d8acb3dbce Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 5 Oct 2022 17:42:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=A0=E6=96=AD?= =?UTF-8?q?=E7=82=B9=E8=B0=83=E6=95=B4=E5=AF=BC=E8=87=B4=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/web/src/routes/Entry/ForgetPasswordView.tsx | 6 +++--- client/web/src/routes/Entry/GuestView.tsx | 2 +- client/web/src/routes/Entry/LoginView.tsx | 4 ++-- client/web/src/routes/Entry/RegisterView.tsx | 4 ++-- client/web/src/routes/Entry/index.tsx | 4 ++-- website/docs/intro.md | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/web/src/routes/Entry/ForgetPasswordView.tsx b/client/web/src/routes/Entry/ForgetPasswordView.tsx index f5515ca8..79d34377 100644 --- a/client/web/src/routes/Entry/ForgetPasswordView.tsx +++ b/client/web/src/routes/Entry/ForgetPasswordView.tsx @@ -56,7 +56,7 @@ export const ForgetPasswordView: React.FC = React.memo(() => {
{t('邮箱')}
{
{t('OTP')}
{
{t('新密码')}
{
{t('昵称')}
{
{t('邮箱')}
{
{t('密码')}
{
{t('邮箱')}
{
{t('密码')}
{
@@ -33,7 +33,7 @@ const EntryRoute = React.memo(() => {
-
+
); }); diff --git a/website/docs/intro.md b/website/docs/intro.md index ee727853..59f54b2a 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -72,4 +72,4 @@ title: 概述 开源协议请主要参考以下文档: -[GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) +[Apache 2.0](https://github.com/msgbyte/tailchat/blob/master/LICENSE)