Browse Source

Merge pull request #210 from brunoqc/typo

Typo
tags/v1.2.0-rc1
无闻 11 years ago
parent
commit
bcfa78b8b5
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      templates/admin/auths/edit.tmpl
  2. +1
    -1
      templates/admin/auths/new.tmpl

+ 1
- 1
templates/admin/auths/edit.tmpl View File

@@ -133,7 +133,7 @@
<div class="checkbox">
<label>
<input name="allowautoregister" type="checkbox" {{if .Source.AllowAutoRegister}}checked{{end}}>
<strong>Enable Auto Registeration</strong>
<strong>Enable Auto Registration</strong>
</label>
</div>
</div>


+ 1
- 1
templates/admin/auths/new.tmpl View File

@@ -131,7 +131,7 @@
<div class="checkbox">
<label>
<input name="allowautoregister" type="checkbox" {{if .allowautoregister}}checked{{end}}>
<strong>Enable Auto Registeration</strong>
<strong>Enable Auto Registration</strong>
</label>
</div>
</div>


Loading…
Cancel
Save