EBernhardson has uploaded a new change for review. https://gerrit.wikimedia.org/r/193172
Change subject: "More info" link on Special:Notifications has broken localisation ...................................................................... "More info" link on Special:Notifications has broken localisation Bug: T58036 Change-Id: I56f89ecc022dc648d55928ab5b8f02bb01f67617 --- M Echo.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo refs/changes/72/193172/1 diff --git a/Echo.php b/Echo.php index 216eacd..a5f2d59 100644 --- a/Echo.php +++ b/Echo.php @@ -128,7 +128,7 @@ $wgEchoEnableEmailBatch = true; // URL for more information about the Echo notification system -$wgEchoHelpPage = '//www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:Echo'; +$wgEchoHelpPage = '//www.mediawiki.org/wiki/Special:MyLanguage/Help:Notifications'; // Whether to use job queue to process web and email notifications, bypass the queue for now // since it's taking more than an hour to run in mediawiki.org, this is not acceptable for the -- To view, visit https://gerrit.wikimedia.org/r/193172 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I56f89ecc022dc648d55928ab5b8f02bb01f67617 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: EBernhardson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
