Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(client): Change the "Next" button to say "Sign up"
Browse files Browse the repository at this point in the history
fixes #1714
  • Loading branch information
Shane Tomlinson committed Oct 8, 2014
1 parent cb82520 commit 08a008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/templates/sign_up.mustache
Expand Up @@ -95,7 +95,7 @@
</div>

<div class="button-row">
<button id="submit-btn" type="submit" class="disabled">{{#t}}Next{{/t}}</button>
<button id="submit-btn" type="submit" class="disabled">{{#t}}Sign up{{/t}}</button>
</div>

{{#isSync}}
Expand Down

0 comments on commit 08a008c

Please sign in to comment.