diff --git a/js/ui/calendar.js b/js/ui/calendar.js index 4d4074168..4bb9f83ec 100644 --- a/js/ui/calendar.js +++ b/js/ui/calendar.js @@ -1525,7 +1525,7 @@ const NotificationSection = new Lang.Class({ Extends: MessageListSection, _init: function() { - this.parent('Notifications'); + this.parent(_("Notifications")); this._sources = new Map(); this._nUrgent = 0;