Skip to content
Snippets Groups Projects
Commit e8e779b7 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge pull request #2085 from mozilla/issue_2023_forgot_password_copy

Update copy for forgot password on main site to match dialog.
parents b102f129 a69df5a4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<div id="vAlign">
<!-- XXX this form submits to nowhere -->
<form id="signUpForm" class="cf authform" novalidate>
<h1><%- gettext('Forgot Password') %></h1>
<h1><%- gettext('Reset your password') %></h1>
<div class="notifications">
<div class="notification emailsent">
<h2><%- gettext('Confirm your email address') %></h2>
......@@ -44,8 +44,8 @@
</li>
<li>
<label for="password"><%- gettext('Password') %></label>
<input id="password" placeholder="<%- gettext('Password') %>" type="password" maxlength="80">
<label for="password"><%= format(gettext("Create a new password to use with %s."), ["Persona"]) %></label>
<input id="password" placeholder="<%- gettext('Password') %>" type="password" maxlength="80" />
<div id="password_required" class="tooltip" for="password">
<%- gettext('Password is required.') %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment