Browse Source

Merge pull request #210 from brunoqc/typo

Typo
pull/228/head
无闻 10 years ago
parent
commit
bcfa78b8b5
  1. 2
      templates/admin/auths/edit.tmpl
  2. 2
      templates/admin/auths/new.tmpl

2
templates/admin/auths/edit.tmpl

@ -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>

2
templates/admin/auths/new.tmpl

@ -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