From ee3f28cc062e3374695c60d4e1a8bdd9390d85da Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 6 Feb 2011 23:40:03 -0500 Subject: [PATCH] s/We have/product name has/ --- usr/local/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 3ea4b1ad6e..b1c2b501bc 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 detected a crash report. Click here for more information."; + $savemsg = "{$g['product_name']} has detected a crash report. Click here for more information."; } // Turn off csrf for the dashboard