diff --git a/pandora_console/include/ajax/events.php b/pandora_console/include/ajax/events.php
index 988c458a1c..45b159dae5 100644
--- a/pandora_console/include/ajax/events.php
+++ b/pandora_console/include/ajax/events.php
@@ -1588,6 +1588,8 @@ if ($get_extended_event) {
$notifications .= '
'.ui_print_success_message(__('Event status changed successfully'), '', true).'
';
$notifications .= ''.ui_print_error_message(__('Error changing event owner'), '', true).'
';
$notifications .= ''.ui_print_success_message(__('Event owner changed successfully'), '', true).'
';
+ $notifications .= ''.ui_print_error_message(__('Error deleting event'), '', true).'
';
+
$loading = ''.html_print_image('images/spinner.gif', true).'
';
diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php
index 1861134e3f..879c36c38e 100644
--- a/pandora_console/include/functions_events.php
+++ b/pandora_console/include/functions_events.php
@@ -3752,7 +3752,7 @@ function events_page_responses($event, $childrens_ids=[])
$data = [];
$data[0] = __('Delete event');
$data[1] = '';
- $data[2] = '