Commit 50d8321b by Greg Price

Merge pull request #1975 from edx/fix/gprice/drupal-registration-button-text

Fix registration button text
parents ab7795aa 23eacdbe
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
$submitButton. $submitButton.
removeClass('is-disabled'). removeClass('is-disabled').
removeProp('disabled'). removeProp('disabled').
html('Log into My edX Account <span class="orn-plus">+</span> Access My Courses'); html('Create my edX Account');
} }
else { else {
$submitButton. $submitButton.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment