diff --git a/modules/monitoring/application/views/scripts/show/components/downtime.phtml b/modules/monitoring/application/views/scripts/show/components/downtime.phtml index 7e7fcdd0f..fdc1b54aa 100644 --- a/modules/monitoring/application/views/scripts/show/components/downtime.phtml +++ b/modules/monitoring/application/views/scripts/show/components/downtime.phtml @@ -80,7 +80,12 @@ if (empty($object->comments) && ! $addLink) { } ?>
- escape($downtime->author_name) ?> + escape(sprintf( + $downtime->is_flexible + ? $this->translate('Flexible downtime by %s') + : $this->translate('Fixed downtime by %s'), + $downtime->author_name + )) ?> translate('created') ?> timeAgo($downtime->entry_time) ?>