diff options
-rw-r--r-- | config/freeradius2/freeradius.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index b51cb4c9..095f3185 100644 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -205,13 +205,13 @@ <field> <fielddescr>Username</fielddescr> <fieldname>varusersusername</fieldname> - <description><![CDATA[Enter the username. Whitespace is possible. If you do not username/password but custom options then leave this empty.]]></description> + <description><![CDATA[Enter the username. Whitespace is possible. If you do not want to use username/password but custom options then leave this empty.]]></description> <type>input</type> </field> <field> <fielddescr>Password</fielddescr> <fieldname>varuserspassword</fieldname> - <description><![CDATA[Enter the password for this username. If you do not username/password but custom options then leave this empty.]]></description> + <description><![CDATA[Enter the password for this username. If you do not want to use username/password but custom options then leave this empty.]]></description> <type>password</type> </field> <field> |