diff --git a/templates/profile.html b/templates/profile.html index f63011243a..60a01f502e 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -107,7 +107,7 @@ $(function() { "rationale":rationale}, function(data){ if(data.success){ - $("#apply_name_change").html("

Your request has been submitted.

We'll send you an e-mail if we approve the change or need further information. Please allow for up to a week for us to process your request.

"); + $("#apply_name_change").html("

Your request has been submitted.

We'll send you an e-mail when approve the change or need further information. Please allow for up to a week for us to process your request.

"); } else { $("#change_name_error").html(data.error); } @@ -231,7 +231,7 @@ $(function() {
-

To uphold credibility of any MITx certificates, we want to approve of any name changes. A member of the course staff will review your request, and if approved, update your information. Please allow up to a week for your requested to be processed.

+

To uphold the credibility of MITx certificates, name changes must go through an approval process. A member of the course staff will review your request, and if approved, update your information. Please allow up to a week for your request to be processed. Thank you.