diff options
author | derelict-pf <cjl@netgate.com> | 2017-01-08 18:03:04 -0800 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-01-11 09:36:44 -0200 |
commit | e95b87befde6bec0576c4477a3e7303314c370a6 (patch) | |
tree | 7fdcf58b3b7b0897826bd3bc811f8f742f710e01 /src/usr/local/www | |
parent | 05a13eba96b5d9bcb75750a37f174e8834e2b879 (diff) | |
download | pfsense-e95b87befde6bec0576c4477a3e7303314c370a6.zip pfsense-e95b87befde6bec0576c4477a3e7303314c370a6.tar.gz |
Add requirestatefilter. Implements #7069.
(cherry picked from commit 88081ea257fa683ed28b588c4c35260589604741)
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/diag_dump_states.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php index 1010f45..cb99cb9 100644 --- a/src/usr/local/www/diag_dump_states.php +++ b/src/usr/local/www/diag_dump_states.php @@ -304,7 +304,7 @@ if ($states == 0) { $errmsg = gettext('No states were found that match the current filter.'); } else if (!isset($_POST['filter']) && isset($config['system']['webgui']['requirestatefilter'])) { $errmsg = gettext('State display suppressed without filter submission. '. - 'See System > General, Require State Filter.'); + 'See System > General Setup, Require State Filter.'); } else { $errmsg = gettext('No states were found.'); } |