Skip to content
Snippets Groups Projects
Commit f15c3bc6 authored by Austin King's avatar Austin King
Browse files

Merge pull request #1138 from mozilla/feature_1113_remove_caps_from_buttons

Changing the case of the buttons from upper to lowercase.
parents 2c67e60b f875ce73
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
</ul>
<div class="submit cf">
<button tabindex="1"><%= gettext('Reset Password') %></button>
<a href="#" id="cancel" tabindex="2"><%= gettext('Cancel') %></a>
<button tabindex="1"><%= gettext('reset password') %></button>
<a href="#" id="cancel" tabindex="2"><%= gettext('cancel') %></a>
</div>
</div>
......@@ -24,7 +24,7 @@
</ul>
<div class="submit cf">
<button id="VerifyWithPrimary"><%= gettext("Verify") %></button>
<button id="verifyWithPrimary"><%= gettext("verify") %></button>
</div>
</div>
......@@ -38,8 +38,8 @@
</p>
<div class="submit cf">
<button id="verifyWithPrimary"><%= gettext("Verify") %></button>
<a href="#" id="cancel"><%= gettext("Cancel") %></a>
<button id="verifyWithPrimary"><%= gettext("verify") %></button>
<a href="#" id="cancel"><%= gettext("cancel") %></a>
</div>
</div>
......
......@@ -46,7 +46,7 @@
</ul>
<div class="submit cf password_entry">
<button><%= gettext('Finish') %></button>
<button><%= gettext('finish') %></button>
</div>
......
......@@ -46,7 +46,7 @@
</ul>
<div class="submit cf">
<button><%= gettext('Finish') %></button>
<button><%= gettext('finish') %></button>
</div>
</form>
......
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