From 6227b59b1afca9fd531f0ce0f4732010dbb1e9d2 Mon Sep 17 00:00:00 2001
From: Bruno Bigras <bigras.bruno@gmail.com>
Date: Mon, 26 May 2014 12:00:36 -0400
Subject: [PATCH] Registeration -> Registration

---
 templates/admin/auths/edit.tmpl | 2 +-
 templates/admin/auths/new.tmpl  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/admin/auths/edit.tmpl b/templates/admin/auths/edit.tmpl
index 5747c1ab516b..deea447c891f 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 6045f1c532e4..abb88043ee71 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>