N°3530 Fix "No new message" dict entry call

This commit is contained in:
Stephen Abello
2021-03-19 10:35:08 +01:00
parent 7d3992eeaf
commit a353b1fdc1

View File

@@ -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);
}