aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2014-05-26 12:00:36 -0400
committerBruno Bigras <bigras.bruno@gmail.com>2014-05-26 12:00:36 -0400
commit6227b59b1afca9fd531f0ce0f4732010dbb1e9d2 (patch)
tree950076b10fde8bb94dbee53bc6ad4181893431fb
parente0a6e6dd1a6cc534ee37fe149e2d11ac827b65d9 (diff)
Registeration -> Registration
-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>