summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-05-01 01:57:03 -0400
committerChris Buechler <cmb@pfsense.org>2010-05-01 01:57:03 -0400
commit0d13b2e2a1b7059c168a9e16dcbf566c1419b64a (patch)
treea85510d286109b81e7f91a698d5b3b881928831c /usr/local/www/services_captiveportal_ip_edit.php
parentd535ab71f3040ce5298485d45595a013dff403df (diff)
downloadpfsense-0d13b2e2a1b7059c168a9e16dcbf566c1419b64a.zip
pfsense-0d13b2e2a1b7059c168a9e16dcbf566c1419b64a.tar.gz
fix text
Diffstat (limited to 'usr/local/www/services_captiveportal_ip_edit.php')
-rwxr-xr-xusr/local/www/services_captiveportal_ip_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal_ip_edit.php b/usr/local/www/services_captiveportal_ip_edit.php
index 24bd4a0..45c4e2f 100755
--- a/usr/local/www/services_captiveportal_ip_edit.php
+++ b/usr/local/www/services_captiveportal_ip_edit.php
@@ -166,13 +166,13 @@ include("head.inc");
<td width="22%" valign="top" class="vncell">Bandwidth up</td>
<td width="78%" class="vtable">
<input name="bw_up" type="text" class="formfld unknown" id="bw_up" size="10" value="<?=htmlspecialchars($pconfig['bw_up']);?>">
- <br> <span class="vexpl">Enter a upload limit to be enforced on this mac-address in Kbit/s</span></td>
+ <br> <span class="vexpl">Enter a upload limit to be enforced on this IP address in Kbit/s</span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Bandwidth down</td>
<td width="78%" class="vtable">
<input name="bw_down" type="text" class="formfld unknown" id="bw_down" size="10" value="<?=htmlspecialchars($pconfig['bw_down']);?>">
- <br> <span class="vexpl">Enter a download limit to be enforced on this mac-address in Kbit/s</span></td>
+ <br> <span class="vexpl">Enter a download limit to be enforced on this IP address in Kbit/s</span></td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
OpenPOWER on IntegriCloud