汉化部分

This commit is contained in:
Zel
2025-02-04 15:14:07 +08:00
parent 9c3a099733
commit 1d6cd9abbb
10 changed files with 70 additions and 76 deletions

View File

@@ -6,7 +6,7 @@
<div class="card">
<div class="card-header">
<h3>Account Email Verification</h3>
<h3>帐户电子邮件验证</h3>
</div>
<div class="card-body">
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
@@ -19,8 +19,8 @@
}
<p>
Already a member? <a href="@GlobalConfiguration.BasePath/Account/Login">Login</a>.<br />
Forgot your password? @Html.ActionLink("Reset it.", "Forgot", "Account").<br />
已有账号? <a href="@GlobalConfiguration.BasePath/Account/Login">登录</a>.<br />
忘记密码? @Html.ActionLink("Reset it.", "Forgot", "Account").<br />
</p>
</div>
</div>