diff --git a/pandora_console/include/functions_notifications.php b/pandora_console/include/functions_notifications.php index 170612d1f4..de703861c7 100644 --- a/pandora_console/include/functions_notifications.php +++ b/pandora_console/include/functions_notifications.php @@ -1092,6 +1092,11 @@ function notifications_print_dropdown_element($message_info) $message_info['subject'] = io_safe_input($img); } + if (strlen($body_preview) >= 170) { + $body_preview = substr($body_preview, 0, 150); + $body_preview .= __('. Read More...'); + } + return sprintf( "