diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 6f1da6a8c..59d9ab08a 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -61,15 +61,15 @@ {if auth("pass")} - 设置密码 + 密 码 {/if} {if auth("edit")} - 编辑资料 + 编 辑 {/if} {if auth("state") and $vo.status eq 1} - 禁用账号 + 禁 用 {/if} diff --git a/app/admin/view/user/recycle.html b/app/admin/view/user/recycle.html index 8112ce61a..699a8cdd2 100644 --- a/app/admin/view/user/recycle.html +++ b/app/admin/view/user/recycle.html @@ -62,15 +62,15 @@ {if auth("edit")} - 编辑资料 + 编 辑 {/if} {if auth("state") and $vo.status eq 0} - 恢复账号 + 恢 复 {/if} {if auth("remove")} - 永久删除 + 删 除 {/if}