Change title to events in tactical view in metaconsole, tiquet: #2005

This commit is contained in:
m-lopez-f 2015-03-25 09:26:04 +01:00
parent 9994e08d7a
commit f450d95278

View File

@ -8314,7 +8314,7 @@ function reporting_get_events ($data, $links = false) {
$event_view = '<fieldset class="tactical_set"> $event_view = '<fieldset class="tactical_set">
<legend>' . <legend>' .
__('Events by criticity') . __('Important Events by Criticity') .
'</legend>' . '</legend>' .
html_print_table($table_events, true) . '</fieldset>'; html_print_table($table_events, true) . '</fieldset>';
} }