doc(Users): 修改演示模式下提示语句

This commit is contained in:
Argo Zhang 2019-09-12 21:35:15 +08:00
parent 0c85313480
commit 2f7265667a
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
}
@section cardbody {
<div class="alert alert-danger" role="alert" asp-condition="@Model.IsDemo">
<span>演示系统禁止修改Admin账户</span>
<span>演示系统禁止修改系统内置账户Admin、User</span>
</div>
}
@section modal {