diff --git a/templates/base/layouts/activity-panel/activity-entry/notification-entry.html.twig b/templates/base/layouts/activity-panel/activity-entry/notification-entry.html.twig index b859b523d..d2c5c6b27 100644 --- a/templates/base/layouts/activity-panel/activity-entry/notification-entry.html.twig +++ b/templates/base/layouts/activity-panel/activity-entry/notification-entry.html.twig @@ -9,6 +9,6 @@
{# Note: The #tab_UINotificationsTab is hardcoded for now but we should find a way to make the connection with how it is prepared in the object's details #} - {{ oUIBlock.GetMessage() }} + {{ oUIBlock.GetMessage() }}
{% endblock %} \ No newline at end of file