Skip to content

Commit

Permalink
Fix SenderName for wgContactConfig (Doesn't affect metas config) (#5406)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 20, 2023
1 parent a49a8e1 commit 094ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 094ad39

Please sign in to comment.