瀏覽代碼

Registeration -> Registration

Bruno Bigras 10 年之前
父節點
當前提交
6227b59b1a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      templates/admin/auths/edit.tmpl
  2. 1 1
      templates/admin/auths/new.tmpl

+ 1 - 1
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>

+ 1 - 1
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>