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
1 changed files with 1 additions and 1 deletions

View File

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