jenkins-bot has submitted this change and it was merged.

Change subject: user-rights notification primary link has incorrect message key
......................................................................


user-rights notification primary link has incorrect message key

The current message key is notification-learn-more, but this message key
is not defined in the language file, it should be echo-learn-more

Change-Id: I4e2f19e3663727ff8c4083fd295c80cb350297c4
---
M Echo.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Echo.php b/Echo.php
index 6113f6f..897baec 100644
--- a/Echo.php
+++ b/Echo.php
@@ -497,7 +497,7 @@
                'icon' => 'chat',
        ),
        'user-rights' => array(
-               'primary-link' => array( 'message' => 
'notification-learn-more', 'destination' => 'user-rights-list' ),
+               'primary-link' => array( 'message' => 'echo-learn-more', 
'destination' => 'user-rights-list' ),
                'category' => 'system',
                'group' => 'neutral',
                'formatter-class' => 'EchoUserRightsFormatter',

-- 
To view, visit https://gerrit.wikimedia.org/r/77073
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4e2f19e3663727ff8c4083fd295c80cb350297c4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Bsitu <bs...@wikimedia.org>
Gerrit-Reviewer: Alex Monk <kren...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to