diff --git a/modules/monitoring/application/views/scripts/partials/service/object-header.phtml b/modules/monitoring/application/views/scripts/partials/service/object-header.phtml index 5f3ccb70f..9ecd66ef9 100644 --- a/modules/monitoring/application/views/scripts/partials/service/object-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/service/object-header.phtml @@ -11,7 +11,7 @@ use Icinga\Module\Monitoring\Object\Service; host_state, true); ?>
- prefixedTimeSince($object->host_last_state_change, true); ?> + timeSince($object->host_last_state_change) ?> escape($object->host_display_name); ?> @@ -28,7 +28,7 @@ use Icinga\Module\Monitoring\Object\Service; service_state, true); ?>
- prefixedTimeSince($object->service_last_state_change, true); ?> + timeSince($object->service_last_state_change) ?> translate('Service'); ?>: escape($object->service_display_name); ?>