Change button text for creating account

Changed button text from "Register through edX" to "Create an Account" on Register with Institution/Campus Credentials page, so we don't have the hardcoded name edX for different organizations.
This commit is contained in:
Chester Thai
2019-04-03 15:15:10 -07:00
parent 2b2e93bda7
commit 134c8be2d0

View File

@@ -26,6 +26,6 @@
</div>
<div class="toggle-form">
<button class="nav-btn form-toggle" data-type="register"><%- gettext("Register through edX") %></button>
<button class="nav-btn form-toggle" data-type="register"><%- gettext("Create an Account") %></button>
</div>
</div>