mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-28 00:40:38 +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() {
|
public function getPrimaryLink() {
|
||||||
return [
|
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()
|
'label' => $this->msg( 'loginnotify-primary-link' )->text()
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue