mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 11:16:16 +00:00
Merge "Welcome notification should have 'system' metrics group"
This commit is contained in:
commit
b6545aa106
2
Echo.php
2
Echo.php
|
@ -276,7 +276,7 @@ $wgEchoNotificationCategories = array(
|
||||||
$wgEchoNotifications = array(
|
$wgEchoNotifications = array(
|
||||||
'welcome' => array(
|
'welcome' => array(
|
||||||
'category' => 'system',
|
'category' => 'system',
|
||||||
'group' => 'positive',
|
'group' => 'system',
|
||||||
'title-message' => 'notification-new-user',
|
'title-message' => 'notification-new-user',
|
||||||
'title-params' => array( 'agent' ),
|
'title-params' => array( 'agent' ),
|
||||||
'icon' => 'w',
|
'icon' => 'w',
|
||||||
|
|
Loading…
Reference in a new issue