Commit 27791f7a authored by Franco Fichtner's avatar Franco Fichtner

openvpn: fix typo spotted by @taguchi-ch

Looks like this name isn't displayed or otherwise used, but
for the sake of consistency fix the typo.
parent 32f2ddbc
...@@ -795,21 +795,21 @@ ...@@ -795,21 +795,21 @@
</field> </field>
<field> <field>
<displayname>DNS Server 2</displayname> <displayname>DNS Server 2</displayname>
<name>dnserver2</name> <name>dnsserver2</name>
<type>input</type> <type>input</type>
<bindstofield>ovpnserver->step10->dns2</bindstofield> <bindstofield>ovpnserver->step10->dns2</bindstofield>
<description>DNS server to provide for connecting client systems.</description> <description>DNS server to provide for connecting client systems.</description>
</field> </field>
<field> <field>
<displayname>DNS Server 3</displayname> <displayname>DNS Server 3</displayname>
<name>dnserver3</name> <name>dnsserver3</name>
<type>input</type> <type>input</type>
<bindstofield>ovpnserver->step10->dns3</bindstofield> <bindstofield>ovpnserver->step10->dns3</bindstofield>
<description>DNS server to provide for connecting client systems.</description> <description>DNS server to provide for connecting client systems.</description>
</field> </field>
<field> <field>
<displayname>DNS Server 4</displayname> <displayname>DNS Server 4</displayname>
<name>dnserver4</name> <name>dnsserver4</name>
<type>input</type> <type>input</type>
<bindstofield>ovpnserver->step10->dns4</bindstofield> <bindstofield>ovpnserver->step10->dns4</bindstofield>
<description>DNS server to provide for connecting client systems.</description> <description>DNS server to provide for connecting client systems.</description>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment