diff options
Diffstat (limited to 'config/freeradius2/freeradiusclients.xml')
-rwxr-xr-x | config/freeradius2/freeradiusclients.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeradius2/freeradiusclients.xml b/config/freeradius2/freeradiusclients.xml index 61afd4f5..8e5e6b5b 100755 --- a/config/freeradius2/freeradiusclients.xml +++ b/config/freeradius2/freeradiusclients.xml @@ -147,7 +147,7 @@ <field> <fielddescr>Client Shortname</fielddescr> <fieldname>varclientshortname</fieldname> - <description><![CDATA[Enter shortname of the client. This is in general the IP of the NAS (switch,accesspoint).]]></description> + <description><![CDATA[Enter shortname of the client. This is in general the hostname of the NAS (switch,accesspoint).]]></description> <type>input</type> <required/> </field> @@ -165,7 +165,7 @@ <field> <fielddescr>Client Protocol</fielddescr> <fieldname>varclientproto</fieldname> - <description><![CDATA[Enter the protocol the client uses. (Default: udp)]]></description> + <description><![CDATA[Enter the protocol the client uses. (Default: UDP)]]></description> <type>select</type> <default_value>udp</default_value> <options> |