diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php index 130ffa6870..e58fbf25b8 100755 --- a/usr/local/www/crash_reporter.php +++ b/usr/local/www/crash_reporter.php @@ -63,7 +63,8 @@ function upload_crash_report($files) { function output_crash_reporter_html($crash_reports) { echo "" . gettext("Unfortunately we have detected a kernel crash (panic).") . "

"; - echo "" . gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "

"; + echo "If you are unfamiliar with kernel panics wikipedia has information here.

"; + echo gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "

"; echo "

"; echo gettext("Contents of crash reports") . ":
"; echo "";