diff --git a/lms/templates/login.html b/lms/templates/login.html
index b737255a0dd0..f2e482b3ae94 100644
--- a/lms/templates/login.html
+++ b/lms/templates/login.html
@@ -32,7 +32,7 @@
$("label").parent().removeClass("is-focused");
});
});
-
+
(function() {
toggleSubmitButton(true);
@@ -74,7 +74,7 @@
$submitButton.
addClass('is-disabled').
prop('disabled', true).
- html(gettext('Processing your account information …'));
+ html(gettext('Processing your account information') + '…');
}
}
diff --git a/lms/templates/register.html b/lms/templates/register.html
index 0e16bea345ee..010a10b4e005 100644
--- a/lms/templates/register.html
+++ b/lms/templates/register.html
@@ -77,7 +77,7 @@
$submitButton.
addClass('is-disabled').
prop('disabled', true).
- html(gettext('Processing your account information …'));
+ html(gettext('Processing your account information') + '…');
}
}