From 3a3e1b90e7c1c293a60d74ecf3a08cb2c07743dc Mon Sep 17 00:00:00 2001
From: Andrew Patton <andrew@acusti.ca>
Date: Wed, 15 Apr 2015 21:53:27 -0400
Subject: [PATCH] =?UTF-8?q?Match=20naming=20convention=20on=20page=20(chec?=
 =?UTF-8?q?kbox=E2=86=92chk)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 templates/user/auth/signin.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/user/auth/signin.tmpl b/templates/user/auth/signin.tmpl
index 8cca3aca2..bc0b0f2d3 100644
--- a/templates/user/auth/signin.tmpl
+++ b/templates/user/auth/signin.tmpl
@@ -17,7 +17,7 @@
             </div>
             {{if not .IsSocialLogin}}
             <div class="field">
-                <label class="checkbox-label">
+                <label class="chk-label">
                     <input class="ipt-chk" id="remember" name="remember" type="checkbox"/>&nbsp;&nbsp;&nbsp;&nbsp;<strong>{{.i18n.Tr "auth.remember_me"}}</strong>
                 </label>
             </div>