diff --git a/modules/monitoring/application/views/scripts/tactical/index.phtml b/modules/monitoring/application/views/scripts/tactical/index.phtml
index 968dc73e2..ef9f53f5a 100644
--- a/modules/monitoring/application/views/scripts/tactical/index.phtml
+++ b/modules/monitoring/application/views/scripts/tactical/index.phtml
@@ -21,7 +21,7 @@
if ($statusSummary->hosts_down_handled):?>
= $statusSummary->hosts_down_handled ?> |
- = $this->translate('Down handled') ?> |
+ = $this->translate('Down') ?> (= $this->translate('Handled') ?>) |
hosts_down_unhandled):?>
@@ -33,7 +33,7 @@
if ($statusSummary->hosts_unreachable_handled):?>
= $statusSummary->hosts_unreachable_handled ?> |
- = $this->translate('Unreachable handled') ?> |
+ = $this->translate('Unreachable') ?> (= $this->translate('Handled') ?>) |
hosts_unreachable_unhandled):?>
@@ -73,7 +73,7 @@
if ($statusSummary->services_warning_handled):?>
= $statusSummary->services_warning_handled ?> |
- = $this->translate('Warning handled') ?> |
+ = $this->translate('Warning') ?> (= $this->translate('Handled') ?>) |
services_warning_unhandled):?>
@@ -85,7 +85,7 @@
if ($statusSummary->services_critical_handled):?>
= $statusSummary->services_critical_handled ?> |
- = $this->translate('Critical handled') ?> |
+ = $this->translate('Critical') ?> (= $this->translate('Handled') ?>) |
services_critical_unhandled):?>
@@ -97,7 +97,7 @@
if ($statusSummary->services_unknown_handled):?>
= $statusSummary->services_unknown_handled ?> |
- = $this->translate('Unknown handled') ?> |
+ = $this->translate('Unknown') ?> (= $this->translate('Handled') ?>) |
services_unknown_unhandled):?>