From c640ef179ada902c52e70a2c5cf53baa5b02190f Mon Sep 17 00:00:00 2001 From: bsitu Date: Tue, 30 Apr 2013 15:28:50 -0700 Subject: [PATCH] Update metric group for welcome/page-linked/user-rights notif Change-Id: Ida63587200f972b7b6ec0f826eb4f85ea274b20d --- Echo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Echo.php b/Echo.php index a1f6cb751..b3251f6e0 100644 --- a/Echo.php +++ b/Echo.php @@ -350,7 +350,7 @@ $wgEchoNotificationIcons = array( $wgEchoNotifications = array( 'welcome' => array( 'category' => 'system', - 'group' => 'system', + 'group' => 'positive', 'title-message' => 'notification-new-user', 'title-params' => array( 'agent' ), 'icon' => 'site', @@ -395,7 +395,7 @@ $wgEchoNotifications = array( ), 'page-linked' => array( 'category' => 'article-linked', - 'group' => 'positive', + 'group' => 'neutral', 'bundle' => array( 'web' => true, 'email' => true ), 'formatter-class' => 'EchoPageLinkFormatter', 'title-message' => 'notification-page-linked', @@ -436,7 +436,7 @@ $wgEchoNotifications = array( ), 'user-rights' => array( 'category' => 'system', - 'group' => 'interactive', + 'group' => 'neutral', 'formatter-class' => 'EchoUserRightsFormatter', 'title-message' => 'notification-user-rights', 'title-params' => array( 'agent', 'user-rights-list' ),