汉化部分
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user