From 992e704575655693b43317a6c1dd27d6a5a44eda Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Fri, 23 Sep 2011 07:42:14 -0700
Subject: [PATCH] cleaned up welcome language

---
 browserid/static/dialog/views/authenticate.ejs | 6 +++---
 browserid/static/dialog/views/confirmemail.ejs | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/browserid/static/dialog/views/authenticate.ejs b/browserid/static/dialog/views/authenticate.ejs
index 53b3a35a8..3149327d1 100644
--- a/browserid/static/dialog/views/authenticate.ejs
+++ b/browserid/static/dialog/views/authenticate.ejs
@@ -40,8 +40,8 @@
                         </div>
 
                         <div id="create_text_section" class="newuser">
-                            <p><strong>Welcome BrowserID!</strong></p>
-                            <p>This email looks new, so let's get you set up</p>
+                            <p><strong>Welcome to BrowserID!</strong></p>
+                            <p>This email looks new, so let's get you set up.</p>
                         </div>
 
                         <div id="cannot_authenticate">
@@ -53,7 +53,7 @@
 
                 <div class="submit cf">
                     <button class="start">next</button>
-                    <button class="newuser">Create Account</button>
+                    <button class="newuser">Verify Email</button>
 
                     <button class="returning">sign in</button>
 
diff --git a/browserid/static/dialog/views/confirmemail.ejs b/browserid/static/dialog/views/confirmemail.ejs
index 071c07315..fa402d267 100644
--- a/browserid/static/dialog/views/confirmemail.ejs
+++ b/browserid/static/dialog/views/confirmemail.ejs
@@ -3,7 +3,7 @@
           <div class="vertical">
               <p style="margin:20px auto;font-size:150%;"><strong style="color:#222">Check your email!</strong></p>
               <p>We sent a confirmation email to <span id="displayemail"><%= email %></span></p>
-              <p>To finish signing in just click the verify link we sent to your email address.</p>
+              <p>To finish signing in just click the verify link we sent to your email address.</p><br />
               <p>If this is a mistake, <a href="#" id="back">cancel this email</a>.</p>
           </div>
       </div>
-- 
GitLab