summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 23:40:03 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 23:40:03 -0500
commitee3f28cc062e3374695c60d4e1a8bdd9390d85da (patch)
tree20ecca0a0f46e56688951c09fe5638e6a906b56a /usr/local/www/index.php
parent4261af1dccc4db4a8096b65bad1929ce06b8a724 (diff)
downloadpfsense-ee3f28cc062e3374695c60d4e1a8bdd9390d85da.zip
pfsense-ee3f28cc062e3374695c60d4e1a8bdd9390d85da.tar.gz
s/We have/product name has/
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 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
OpenPOWER on IntegriCloud