Changed Poling time to Time available in Availability reports TICKETS #3285

This commit is contained in:
fermin831 2016-03-17 10:56:37 +01:00
parent bd773b0328
commit d24c37f090
1 changed files with 1 additions and 1 deletions

View File

@ -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');