diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 23:40:03 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 23:40:03 -0500 |
commit | ee3f28cc062e3374695c60d4e1a8bdd9390d85da (patch) | |
tree | 20ecca0a0f46e56688951c09fe5638e6a906b56a /usr | |
parent | 4261af1dccc4db4a8096b65bad1929ce06b8a724 (diff) | |
download | pfsense-ee3f28cc062e3374695c60d4e1a8bdd9390d85da.zip pfsense-ee3f28cc062e3374695c60d4e1a8bdd9390d85da.tar.gz |
s/We have/product name has/
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 3ea4b1a..b1c2b50 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 <a href='crash_reporter.php'>here</a> for more information."; + $savemsg = "{$g['product_name']} has detected a crash report. Click <a href='crash_reporter.php'>here</a> for more information."; } // Turn off csrf for the dashboard |