Merge "List "Notifications" under "Account management" on Special:SpecialPages"

This commit is contained in:
jenkins-bot 2023-03-28 11:06:21 +00:00 committed by Gerrit Code Review
commit a08e5287ec

View file

@ -263,6 +263,6 @@ class SpecialNotifications extends SpecialPage {
}
protected function getGroupName() {
return 'users';
return 'login';
}
}