diff --git a/pandora_console/include/functions_planned_downtimes.php b/pandora_console/include/functions_planned_downtimes.php index 6e5ac261a2..dd3e9c68bd 100644 --- a/pandora_console/include/functions_planned_downtimes.php +++ b/pandora_console/include/functions_planned_downtimes.php @@ -722,12 +722,12 @@ function planned_downtimes_created ($values) { else if (!$check_id_user){ return array('return' => false, 'message' => __('Not created. Error inserting data') . ". " - . __('User not exist')); + . __('There is no user with such id')); } else if (!$check_group && $values['id_group'] != 0) { return array('return' => false, 'message' => __('Not created. Error inserting data') . ". " - . __('Group not exist')); + . __('There is no group with such id')); } else { if (trim(io_safe_output($values['name'])) != '') {