mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
"put a comment nearby with the resulting keys"
Per https://www.mediawiki.org/wiki/I18n#Using_messages Comment-only change. Change-Id: I468a79bee19fc5486b564b1a0ec7eb66c9dfa852
This commit is contained in:
parent
178ec1b816
commit
af2abe84a5
|
@ -297,6 +297,9 @@
|
|||
$.each( this.tabs, function( i, echoTab ) {
|
||||
var
|
||||
tabName = echoTab.name,
|
||||
// Messages that can be used here:
|
||||
// * echo-notification-alert
|
||||
// * echo-notification-message
|
||||
// @todo: Unread value is inaccurate. If a user has more than mw.echo.overlay.notificationLimit
|
||||
// API change needed
|
||||
label = mw.msg( 'echo-notification-' + tabName, echoTab.getNumberUnread() );
|
||||
|
|
Loading…
Reference in a new issue