summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ddcc5f2..59e56c2 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -78,7 +78,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