diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml index 2ee788d60..a14e8eb56 100644 --- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml +++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml @@ -12,6 +12,12 @@ if (! $this->compact): ?> partial( 'partials/event-history.phtml', - array('compact' => $this->compact, 'history' => $history, 'isOverview' => true, 'tableCssClass' => 'table-row-selectable') + array( + 'compact' => $this->compact, + 'history' => $history, + 'isOverview' => true, + 'tableCssClass' => 'table-row-selectable', + 'translationDomain' => $this->translationDomain + ) ) ?>