diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php
index de32e94312..516bd4865f 100644
--- a/pandora_console/include/functions_reporting_html.php
+++ b/pandora_console/include/functions_reporting_html.php
@@ -759,7 +759,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] = ''.__('Planned Downtime').'';
if ($pdf === 0) {
$table->colspan['legend']['cell'] = 2;
@@ -3399,7 +3399,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] = ''.__('Planned Downtime').'';
}
if ($pdf !== 0) {