From 05d9673c81c6bd00a2eba1f649c2374a085d64f5 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Wed, 19 Oct 2011 10:22:01 +0100
Subject: [PATCH] Adding the missing "for" between "Thank you" and "up"

close #444
---
 browserid/views/verifyuser.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browserid/views/verifyuser.ejs b/browserid/views/verifyuser.ejs
index f429d52fe..3cca2c528 100644
--- a/browserid/views/verifyuser.ejs
+++ b/browserid/views/verifyuser.ejs
@@ -49,7 +49,7 @@
     </form>
     
     <div id="congrats">
-        <p class="serif">Thank you signing up with <strong>BrowserID</strong>. You can now use your <strong>BrowserID</strong> account to <em>Sign In</em> or <em>Sign Up</em> to websites all across the web!</p>
+        <p class="serif">Thank you for signing up with <strong>BrowserID</strong>. You can now use your <strong>BrowserID</strong> account to <em>Sign In</em> or <em>Sign Up</em> to websites all across the web!</p>
     </div>
       
   </div>
-- 
GitLab