mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-24 06:54:08 +00:00
Use Special:MyLanguage/...
for notification link
Bug: T243653 Change-Id: Ia6c71ec042cfbe34117fde1141c9d3ec89af8007
This commit is contained in:
parent
e97d5671fd
commit
65757d7025
|
@ -25,7 +25,7 @@ class PresentationModel extends EchoEventPresentationModel {
|
|||
*/
|
||||
public function getPrimaryLink() {
|
||||
return [
|
||||
'url' => 'https://mediawiki.org/wiki/Help:Login_notifications',
|
||||
'url' => 'https://mediawiki.org/wiki/Special:MyLanguage/Help:Login_notifications',
|
||||
'label' => $this->msg( 'loginnotify-primary-link' )->text()
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue