diff --git a/pandora_console/mobile/operation/events.php b/pandora_console/mobile/operation/events.php index 41d078e1eb..676fed11fa 100644 --- a/pandora_console/mobile/operation/events.php +++ b/pandora_console/mobile/operation/events.php @@ -121,7 +121,7 @@ class Events $status_icon = html_print_image($img_st, true, false, false, false, false, true); $row = []; - $row[] = ''.__('Event Name').'
'.io_safe_output(str_replace([' ', ''], ' ', $event['evento'])).'
'; + $row[] = ''.__('Event Name').'
'.io_safe_output(str_replace([' ', ''], ' ', $event['evento'])).'
'; if ($event['id_agente'] == 0) { $agent_name = __('System');