diff --git a/modules/monitoring/application/views/scripts/hosts/show.phtml b/modules/monitoring/application/views/scripts/hosts/show.phtml index f21c09fd1..a5d36deb1 100644 --- a/modules/monitoring/application/views/scripts/hosts/show.phtml +++ b/modules/monitoring/application/views/scripts/hosts/show.phtml @@ -30,9 +30,9 @@
- " title="translate('List all %u hosts'), + $hostCount ); ?>"> translate('List all') ?> @@ -112,10 +112,14 @@

+ title="translatePlural( + 'List %u host which is in downtime', + 'List %u hosts which are in downtime', + $inDowntimeCount + ), + $inDowntimeCount + ) ?>"> icon('plug') ?> translatePlural( @@ -133,10 +137,14 @@

+ title="translatePlural( + 'List %u host having comments', + 'List %u hosts having comments', + $havingCommentsLink + ), + $havingCommentsLink + ) ?>"> icon('comment') ?> translatePlural(