From 2b59f3e184ff98be02f880d53a8aaae22c8dc4e2 Mon Sep 17 00:00:00 2001 From: "marcos.alconada" Date: Thu, 13 Jun 2019 17:06:43 +0200 Subject: [PATCH] Changed Ignore Time texto to Scheduled shutdown fms --- pandora_console/include/functions_reporting_html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 10bef8631f..f0f3a1c168 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -753,7 +753,7 @@ function reporting_html_SLA($table, $item, $mini, $pdf=0) $table1->size[10] = '2%'; $table1->data[0][10] = ''; $table1->size[11] = '15%'; - $table1->data[0][11] = ''.__('Ignore time').''; + $table1->data[0][11] = ''.__('Scheduled shutdown').''; if ($pdf === 0) { $table->colspan['legend']['cell'] = 2; @@ -3335,7 +3335,7 @@ function reporting_html_availability_graph($table, $item, $pdf=0) $table2->size[10] = '2%'; $table2->data[0][10] = ''; $table2->size[11] = '15%'; - $table2->data[0][11] = ''.__('Ignore time').''; + $table2->data[0][11] = ''.__('Scheduled shutdown').''; } if ($pdf !== 0) {