From bbec6caf2d4288ad5eb9b12630a3033b7d474fd4 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 5 Apr 2018 13:43:14 +0200 Subject: [PATCH] TacticalController: Uppercase first letter in donut titles refs #3375 --- .../monitoring/application/controllers/TacticalController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/controllers/TacticalController.php b/modules/monitoring/application/controllers/TacticalController.php index e4db55721..7a4e8ccce 100644 --- a/modules/monitoring/application/controllers/TacticalController.php +++ b/modules/monitoring/application/controllers/TacticalController.php @@ -65,7 +65,7 @@ class TacticalController extends Controller ->addSlice($summary->hosts_not_checked, array('class' => 'slice-state-not-checked')) ->setLabelBig($summary->hosts_down_unhandled) ->setLabelBigEyeCatching($summary->hosts_down_unhandled > 0) - ->setLabelSmall($this->translate('hosts down')); + ->setLabelSmall($this->translate('Hosts Down')); $serviceSummaryChart = new Donut(); $serviceSummaryChart @@ -80,7 +80,7 @@ class TacticalController extends Controller ->addSlice($summary->services_not_checked, array('class' => 'slice-state-not-checked')) ->setLabelBig($summary->services_critical_unhandled) ->setLabelBigEyeCatching($summary->services_critical_unhandled > 0) - ->setLabelSmall($this->translate('services critical')); + ->setLabelSmall($this->translate('Services Critical')); $this->view->hostStatusSummaryChart = $hostSummaryChart ->setLabelBigUrl($this->view->url(