diff options
author | NOYB <Al_Stu@Frontier.com> | 2016-05-12 12:00:32 -0700 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2016-05-12 22:52:21 -0500 |
commit | 35a19ca0acc3dfede3f54d00a586d1799622868a (patch) | |
tree | 63a0d1e4eca20d24789f33129e89d42cffc656d1 /src | |
parent | 507d23cdd6ded3806ebfc48af3d362ae1d4c1637 (diff) | |
download | pfsense-35a19ca0acc3dfede3f54d00a586d1799622868a.zip pfsense-35a19ca0acc3dfede3f54d00a586d1799622868a.tar.gz |
Miscellaneous Textual Corrections - System Advanced
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/system_advanced_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php index 7bc8b4c..820fa47 100644 --- a/src/usr/local/www/system_advanced_admin.php +++ b/src/usr/local/www/system_advanced_admin.php @@ -437,7 +437,7 @@ $section->addInput(new Form_Checkbox( 'permitted, regardless of the user-defined firewall rule set. Check this box to '. 'disable this automatically added rule, so access to the webConfigurator is '. 'controlled by the user-defined firewall rules (ensure a firewall rule is '. - 'in place that allows access, to avoid being locked out!)<em>Hint: the "Set interface(s) IP address" '. + 'in place that allows access, to avoid being locked out!) <em>Hint: the "Set interface(s) IP address" '. 'option in the console menu resets this setting as well.</em>', [$lockout_interface]); $section->addInput(new Form_Checkbox( |