소스 검색

Merge pull request #210 from brunoqc/typo

Typo
无闻 10 년 전
부모
커밋
bcfa78b8b5
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>