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

Changing the case of the buttons from upper to lowercase.

issue #1113
parent 24a4ea90
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