diff --git a/web/skins/classic/views/event.php b/web/skins/classic/views/event.php index 3901ee728..eb5439c81 100644 --- a/web/skins/classic/views/event.php +++ b/web/skins/classic/views/event.php @@ -221,21 +221,21 @@ if ( $Event->Id() and !file_exists($Event->Path()) ) if (file_exists($Event->Path().'/alarm.jpg')) { echo ' - First alarmed frame + First alarmed frame '; } if (file_exists($Event->Path().'/snapshot.jpg')) { echo ' - + Frame with the most motion '; } if (file_exists($Event->Path().'/objdetect.jpg')) { echo ' - Detected Objects + Detected Objects '; }