diff options
-rw-r--r-- | src/usr/local/www/index.php | 2 |
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"; } |