Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 611957b

Browse files
committed
SUP-258, Change button text to say Join Us instead of Sign up
1 parent 9032656 commit 611957b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/app/my-dashboard/partials/member-program.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
<div class="signup">
1717
<!-- used style as workaround to override display property -->
18-
<input type="button" class="btn btn-primary center-block block-display" value="Join" style="display:block;" ng-click="vm.registerUser()">
18+
<input type="button" class="btn btn-primary center-block block-display" value="Join Us" style="display:block;" ng-click="vm.registerUser()">
1919
</div>
2020
</div>
2121
<div rel="registered-view" ng-show="!vm.loading && vm.registration">

0 commit comments

Comments
 (0)