diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 17:16:10 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 17:16:10 -0500 |
commit | e143e8292ea0391c5ba1f2e33b47af0117c82a61 (patch) | |
tree | 12f3b634a610d1386bfd5e4cd64e44a8c1e90eb6 /usr | |
parent | fca795f8329bb169e79a2e22063c1d4f1464b0f4 (diff) | |
download | pfsense-e143e8292ea0391c5ba1f2e33b47af0117c82a61.zip pfsense-e143e8292ea0391c5ba1f2e33b47af0117c82a61.tar.gz |
Simplify message for crash reports
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/index.php | 2 |
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 |