From 31ef87de8ce25256b1bb1dc263fdd41538389829 Mon Sep 17 00:00:00 2001 From: Justus Dieckmann Date: Wed, 9 Nov 2022 15:22:08 +0100 Subject: [PATCH] MDL-76253 calendar: Use activities monologo pix --- calendar/templates/event_icon.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/templates/event_icon.mustache b/calendar/templates/event_icon.mustache index ea61b32cf93..ab58936a82e 100644 --- a/calendar/templates/event_icon.mustache +++ b/calendar/templates/event_icon.mustache @@ -34,7 +34,7 @@ } }} {{#modulename}} - {{#pix}} icon, {{modulename}} {{/pix}} + {{#pix}} monologo, {{modulename}} {{/pix}} {{/modulename}} {{^modulename}} {{#icon}}{{#pix}} {{key}}, {{component}}, {{alttext}} {{/pix}}{{/icon}}