diff --git a/browserid/static/dialog/views/authenticate.ejs b/browserid/static/dialog/views/authenticate.ejs index 53b3a35a8a29bea64474ea6796f5a0bd3fb9fc75..3149327d1c47d110080a6c244c5d4befe12cea6c 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 071c0731519e27027b902bc7b07657ddbb7c9c9e..fa402d267f46921f4f8b4478def02a2c4a6309dc 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>