jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Ricordisamoa: Looks good to me, but someone else must approve Mattflaschen: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I56f89ecc022dc648d55928ab5b8f02bb01f67617 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: EBernhardson <[email protected]> Gerrit-Reviewer: Mattflaschen <[email protected]> Gerrit-Reviewer: Ricordisamoa <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
