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("
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("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() {