mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3530 Fix "No new message" dict entry call
This commit is contained in:
@@ -178,7 +178,7 @@ $(function()
|
||||
this._buildMenu(aAllMessages);
|
||||
},
|
||||
_refreshTogglerMessage : function(iItemCount){
|
||||
var sMessage = this.options.labels.no_notification;
|
||||
var sMessage = Dict.S(this.options.labels.no_notification);
|
||||
if(iItemCount > 0){
|
||||
sMessage = Dict.Format(this.options.labels.x_notifications, iItemCount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user