summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-12-28 21:02:37 +0545
committerRenato Botelho <renato@netgate.com>2016-12-28 13:29:15 -0200
commit063c02c993037c10d19466d2046c621a4858d711 (patch)
tree0fa3a71085fc9b3f8ec5ea6e3725a5521d770796
parentbc2b824de9d3aafe6d2fff4108ff74e33fcf0fbf (diff)
downloadpfsense-063c02c993037c10d19466d2046c621a4858d711.zip
pfsense-063c02c993037c10d19466d2046c621a4858d711.tar.gz
Change system admin to firewall admin
(cherry picked from commit 6f4323f3d3cc7066e833f8a898f0608e6527871d)
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index c4a9f0f..caae6a4 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -110,7 +110,7 @@ if ($g['disablecrashreporter'] != true) {
if (isAllowedPage("/crash_reporter.php")) {
$savemsg .= sprintf(gettext("Click <a href='crash_reporter.php'>here</a> for more information."));
} else {
- $savemsg .= sprintf(gettext("Contact the system administrator for more information."));
+ $savemsg .= sprintf(gettext("Contact a firewall administrator for more information."));
}
$class = "warning";
}
OpenPOWER on IntegriCloud