diff --git a/GlobalSettings.php b/GlobalSettings.php index 5c32a3f19d..f3c1606a76 100644 --- a/GlobalSettings.php +++ b/GlobalSettings.php @@ -265,7 +265,7 @@ 'default' => [ 'RecipientUser' => $wmgContactPageRecipientUser ?? null, 'SenderEmail' => $wgPasswordSender, - 'SenderName' => 'Miraheze No Reply', + 'SenderName' => 'Contact Form on ' . $wgSitename, 'RequireDetails' => true, // Should never be set to true 'IncludeIP' => false,