diff --git a/includes/controller/shifts_controller.php b/includes/controller/shifts_controller.php index bd3dcdc0..2c5055fe 100644 --- a/includes/controller/shifts_controller.php +++ b/includes/controller/shifts_controller.php @@ -204,7 +204,7 @@ function shift_edit_controller() form_text('start', __('Start:'), date('Y-m-d H:i', $start)), form_text('end', __('End:'), date('Y-m-d H:i', $end)), form_textarea('description', __('Additional description'), $description), - __('This description is for single shifts, otherwise please use the description in shift type.'), + form_info('', __('This description is for single shifts, otherwise please use the description in shift type.')), '