summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-08-31 23:17:26 -0500
committerChris Buechler <cmb@pfsense.org>2015-08-31 23:17:26 -0500
commit81ec3187a2b9fc96e2f0089c02da4748ce97059b (patch)
tree3e90d6ddada52ee7b811f87242eb27d71a24c62f /src/usr/local/www/system_authservers.php
parented961eb3aed0e695b2fdb5f3d7ffc791de715764 (diff)
downloadpfsense-81ec3187a2b9fc96e2f0089c02da4748ce97059b.zip
pfsense-81ec3187a2b9fc96e2f0089c02da4748ce97059b.tar.gz
make descriptions consistent
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index f888ac6..05f7112 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -229,13 +229,13 @@ if ($_POST) {
if ($pconfig['radisu_srvcs'] == "both" ||
$pconfig['radisu_srvcs'] == "auth") {
$reqdfields[] = "radius_auth_port";
- $reqdfieldsn[] = gettext("Authentication port value");
+ $reqdfieldsn[] = gettext("Authentication port");
}
if ($pconfig['radisu_srvcs'] == "both" ||
$pconfig['radisu_srvcs'] == "acct") {
$reqdfields[] = "radius_acct_port";
- $reqdfieldsn[] = gettext("Accounting port value");
+ $reqdfieldsn[] = gettext("Accounting port");
}
if (!isset($id)) {
@@ -647,7 +647,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Input(
'radius_auth_port',
- 'Authentication port value',
+ 'Authentication port',
'number',
$pconfig['radius_auth_port']
));
@@ -715,4 +715,4 @@ events.push(function(){
//]]>
</script>
<?php
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud