diff --git a/app/Helpers/util/mail.php b/app/Helpers/util/mail.php index f55069d424..0557bdc659 100644 --- a/app/Helpers/util/mail.php +++ b/app/Helpers/util/mail.php @@ -490,10 +490,10 @@ function sendDisplayNameChangeDeclineEmail( $emailTitle = "About Your Username Change Request"; $msg = "Hello,

" . - "We've reviewed your request to change your username to {$desiredDisplayName}. " . - "Unfortunately we weren't able to approve this change at this time.

" . + "We have reviewed your request to change your username to {$desiredDisplayName}, " . + "and have decided not to approve it at this time.

" . - "You're welcome to submit another request after a 30 day cooldown period has ended.

" . + "You are welcome to submit another request after a 30 day cooldown period has ended.

" . "-- Your friends at RetroAchievements.org
";