summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 17:16:30 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 17:16:30 -0500
commitb943978902bd31317839f5cdcc97a957e4f408b3 (patch)
treedabf5471b287496cadce471c1cc7493002740982 /usr/local/www/index.php
parente143e8292ea0391c5ba1f2e33b47af0117c82a61 (diff)
downloadpfsense-b943978902bd31317839f5cdcc97a957e4f408b3.zip
pfsense-b943978902bd31317839f5cdcc97a957e4f408b3.tar.gz
Simplify message for crash reports
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
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 <a href='crash_reporter.php'>here</a> fore more information.";
+ $savemsg = "We have detected a crash report. Click <a href='crash_reporter.php'>here</a> fore more information.";
}
// Turn off csrf for the dashboard
OpenPOWER on IntegriCloud