diff options
author | Alexander Wilke <nachtfalkeaw@web.de> | 2012-02-04 20:32:47 +0100 |
---|---|---|
committer | Alexander Wilke <nachtfalkeaw@web.de> | 2012-02-04 20:32:47 +0100 |
commit | 140c562e5f70ec2ef5567f02c44cdab983c267c0 (patch) | |
tree | b09d4b0f9e350b705dfb702be20bd942daf17627 /config/freeradius2 | |
parent | 4166ca155cb01f57fc23ee2fe36f2b658bbd94ad (diff) | |
download | pfsense-packages-140c562e5f70ec2ef5567f02c44cdab983c267c0.tar.gz pfsense-packages-140c562e5f70ec2ef5567f02c44cdab983c267c0.tar.bz2 pfsense-packages-140c562e5f70ec2ef5567f02c44cdab983c267c0.zip |
typos
Diffstat (limited to 'config/freeradius2')
-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> |