mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Native digits on 'notification-page-linked-bundle'
Change-Id: I2fc95dfe195287a5a0366839c11d267e1ad31db3
This commit is contained in:
parent
31f5d0d30d
commit
4ac1bad1e1
|
@ -146,11 +146,11 @@ class EchoPageLinkFormatter extends EchoBasicFormatter {
|
|||
if ( $this->bundleData['link-from-page-other-count'] > $wgEchoMaxNotificationCount ) {
|
||||
$message->params(
|
||||
$this->getMessage( 'echo-notification-count' )
|
||||
->params( $wgEchoMaxNotificationCount )
|
||||
->numParams( $wgEchoMaxNotificationCount )
|
||||
->text()
|
||||
);
|
||||
} else {
|
||||
$message->params( $this->bundleData['link-from-page-other-count'] );
|
||||
$message->numParams( $this->bundleData['link-from-page-other-count'] );
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue