mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
i18n: Native digits on CrossWikiNotificationItemWidget
Change-Id: I982319c81405917461297e96e47030953d5070d4
This commit is contained in:
parent
819545ed7e
commit
50384e2f30
|
@ -339,7 +339,7 @@
|
|||
'notification-link-text-expand-' +
|
||||
( type === 'message' ? 'notice' : type ) +
|
||||
'-count',
|
||||
this.model.getCount()
|
||||
mw.language.convertNumber( this.model.getCount() )
|
||||
)
|
||||
);
|
||||
this.toggleExpandButton.setIcon(
|
||||
|
|
Loading…
Reference in a new issue