diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-01-21 15:38:45 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-01-21 15:39:29 -0500 |
commit | b50d30c3a6d29b02cc7f4fe66f3a16bc7a4ea1a6 (patch) | |
tree | a6d9f2891f3f3dae0d1fd69ae16ca3cc84880980 /src/usr/local/www/services_captiveportal_mac_edit.php | |
parent | fd5e3a0800bd0a437f86054efd10827847907f6e (diff) | |
download | pfsense-b50d30c3a6d29b02cc7f4fe66f3a16bc7a4ea1a6.zip pfsense-b50d30c3a6d29b02cc7f4fe66f3a16bc7a4ea1a6.tar.gz |
Fixed #5789
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac_edit.php')
-rw-r--r-- | src/usr/local/www/services_captiveportal_mac_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac_edit.php b/src/usr/local/www/services_captiveportal_mac_edit.php index 762c608..e71e6a4 100644 --- a/src/usr/local/www/services_captiveportal_mac_edit.php +++ b/src/usr/local/www/services_captiveportal_mac_edit.php @@ -233,7 +233,7 @@ $section->addInput(new Form_Select( 'action', 'Action', strtolower($pconfig['action']), - array('pass' => 'Pass', 'block' => 'Block') + array('pass' => gettext('Pass'), 'block' => gettext('Block')) ))->setHelp('Choose what to do with packets coming from this MAC address.'); $macaddress = new Form_Input( |