aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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 5747c1ab..deea447c 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 6045f1c5..abb88043 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>