summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/admin/auths/edit.tmpl2
-rw-r--r--templates/admin/auths/new.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/auths/edit.tmpl b/templates/admin/auths/edit.tmpl
index 5747c1ab51..deea447c89 100644
--- a/templates/admin/auths/edit.tmpl
+++ b/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>
diff --git a/templates/admin/auths/new.tmpl b/templates/admin/auths/new.tmpl
index 6045f1c532..abb88043ee 100644
--- a/templates/admin/auths/new.tmpl
+++ b/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>