summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-10-10 15:18:46 -0400
committerScott Ullrich <sullrich@gmail.com>2011-10-10 15:18:46 -0400
commitd568e38d0275efebbe0c1969e26b31bdf125570e (patch)
tree484359d97b8c832cd526d471ad08cfb31fb9ce7b /usr/local/www/services_captiveportal.php
parent164a152577ccce56f896ea5ef020fcfbf60fe896 (diff)
downloadpfsense-d568e38d0275efebbe0c1969e26b31bdf125570e.zip
pfsense-d568e38d0275efebbe0c1969e26b31bdf125570e.tar.gz
Fix multi instance cp items. Fixes #1946
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 6a63c26..5a85c1f 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -641,7 +641,7 @@ function enable_change(enable_change) {
<tr>
<td class="vncell" valign="top"><?=gettext("IP address"); ?></td>
<td class="vtable"><input name="radiusip3" type="text" class="formfld unknown" id="radiusip3" size="20" value="<?=htmlspecialchars($pconfig['radiusip3']);?>"><br>
- <?=gettext("If you have a second RADIUS server, you can activate it by entering its IP address here."); ?></td>
+ <?=gettext("If you have a third RADIUS server, you can activate it by entering its IP address here."); ?></td>
</tr>
<tr>
<td class="vncell" valign="top"><?=gettext("Port"); ?></td>
@@ -660,7 +660,7 @@ function enable_change(enable_change) {
<tr>
<td class="vncell" valign="top"><?=gettext("IP address"); ?></td>
<td class="vtable"><input name="radiusip4" type="text" class="formfld unknown" id="radiusip4" size="20" value="<?=htmlspecialchars($pconfig['radiusip4']);?>"><br>
- <?=gettext("If you have a second RADIUS server, you can activate it by entering its IP address here."); ?></td>
+ <?=gettext("If you have a fourth RADIUS server, you can activate it by entering its IP address here."); ?></td>
</tr>
<tr>
<td class="vncell" valign="top"><?=gettext("Port"); ?></td>
OpenPOWER on IntegriCloud