Browse Source

Merge pull request #267 from AntonioMeireles/master

fix typos in users' editing template.
for-closed-social
无闻 10 years ago
parent
commit
3f42cb7c23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/admin/user/edit.tmpl

+ 3
- 3
templates/admin/user/edit.tmpl View File

@ -71,7 +71,7 @@
<div class="checkbox">
<label>
<input type="checkbox" name="active" {{if .User.IsActive}}checked{{end}}>
<strong>This account has activated</strong>
<strong>This account is activated</strong>
</label>
</div>
</div>
@ -82,7 +82,7 @@
<div class="checkbox">
<label>
<input type="checkbox" name="admin" {{if .User.IsAdmin}}checked{{end}}>
<strong>This account has administor permisson</strong>
<strong>This account has administrator permissions</strong>
</label>
</div>
</div>
@ -100,4 +100,4 @@
</div>
</div>
{{template "base/footer" .}}
{{template "base/footer" .}}

Loading…
Cancel
Save