diff --git a/modules/monitoring/application/views/scripts/list/downtimes.phtml b/modules/monitoring/application/views/scripts/list/downtimes.phtml
index 616f253c7..98adb5883 100644
--- a/modules/monitoring/application/views/scripts/list/downtimes.phtml
+++ b/modules/monitoring/application/views/scripts/list/downtimes.phtml
@@ -57,16 +57,16 @@ use Icinga\Module\Monitoring\Object\Service;
'host' => $downtime->host,
'service' => $downtime->service
)); ?>">
- = $this->escape($downtime->service) ?>
+ = $this->escape($downtime->service_display_name) ?>
- = $this->translate('on'); ?> = $this->escape($downtime->host) ?>
+ = $this->translate('on'); ?> = $this->escape($downtime->host_display_name) ?>
= $this->icon('host'); ?>
- = $this->escape($downtime->host) ?>
+ = $this->escape($downtime->host_display_name) ?>