diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 17:18:52 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 17:18:52 -0500 |
commit | 217e9af73e7a625c35d6b29f52fddd62baabfdd2 (patch) | |
tree | c80b4b4ae988804b6d12f14c397e034e042d39e1 /usr | |
parent | 7139a9bfafe22fb246e7a9995fd0534712106b3e (diff) | |
parent | b943978902bd31317839f5cdcc97a957e4f408b3 (diff) | |
download | pfsense-217e9af73e7a625c35d6b29f52fddd62baabfdd2.zip pfsense-217e9af73e7a625c35d6b29f52fddd62baabfdd2.tar.gz |
Merge remote branch 'upstream/master'
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..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> to submit and or delete."; + $savemsg = "We have detected a crash report. Click <a href='crash_reporter.php'>here</a> fore more information."; } // Turn off csrf for the dashboard |