Changed Poling time to Time available in Availability reports TICKETS #3285
This commit is contained in:
parent
bd773b0328
commit
d24c37f090
|
@ -1660,7 +1660,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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue