diff --git a/modules/monitoring/application/views/scripts/comments/show.phtml b/modules/monitoring/application/views/scripts/comments/show.phtml index 0ae91f5bf..d1c8431ee 100644 --- a/modules/monitoring/application/views/scripts/comments/show.phtml +++ b/modules/monitoring/application/views/scripts/comments/show.phtml @@ -2,23 +2,18 @@ compact): ?> tabs ?> -
- render('partials/comment/comments-header.phtml') ?> -
+ render('partials/comment/comments-header.phtml') ?>

icon('reschedule') ?>translate('Commands') ?>

qlink( - sprintf( - $this->translate('Remove %d comments'), - $comments->count() - ), + sprintf($this->translate('Remove %d comments'), $comments->count()), $removeAllLink, null, array( 'icon' => 'trash', - 'title' => $this->translate('Remove all selected comments.') + 'title' => $this->translate('Remove all selected comments') ) ) ?>