From b943978902bd31317839f5cdcc97a957e4f408b3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 6 Feb 2011 17:16:30 -0500 Subject: Simplify message for crash reports --- usr/local/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 5482c7a..945f99b 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -57,7 +57,7 @@ if(is_array($crash)) { $x++; } if($x > 0) - $savemsg = "We have dedicated a crash report. Click here fore more information."; + $savemsg = "We have detected a crash report. Click here fore more information."; } // Turn off csrf for the dashboard -- cgit v1.1