From ec21d8a6d3732da469b08bdecfed30ac5189736d Mon Sep 17 00:00:00 2001 From: fermin831 Date: Thu, 17 Mar 2016 10:56:37 +0100 Subject: [PATCH] Changed Poling time to Time available in Availability reports TICKETS #3285 --- pandora_console/include/functions_reporting_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index ac4fb4dcfe..e4aa0c5a87 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -1658,7 +1658,7 @@ function reporting_html_availability(&$table, $item) { $table1->head[2] = __('# Checks'); $table1->head[3] = __('# Failed'); $table1->head[4] = __('% Fail'); - $table1->head[5] = __('Poling time'); + $table1->head[5] = __('Time available'); $table1->head[6] = __('Time unavailable'); $table1->head[7] = __('% Ok');