summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 17:16:10 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 17:16:10 -0500
commite143e8292ea0391c5ba1f2e33b47af0117c82a61 (patch)
tree12f3b634a610d1386bfd5e4cd64e44a8c1e90eb6 /usr/local/www/index.php
parentfca795f8329bb169e79a2e22063c1d4f1464b0f4 (diff)
downloadpfsense-e143e8292ea0391c5ba1f2e33b47af0117c82a61.zip
pfsense-e143e8292ea0391c5ba1f2e33b47af0117c82a61.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 a38a3c3..5482c7a 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> to submit and or delete.";
+ $savemsg = "We have dedicated a crash report. Click <a href='crash_reporter.php'>here</a> fore more information.";
}
// Turn off csrf for the dashboard
OpenPOWER on IntegriCloud