Commit 8ac115c9 authored by Franco Fichtner's avatar Franco Fichtner

openvpn: proper naming for SOCKS

Spotted by: @fabianfrz
parent c6ff30e4
......@@ -730,7 +730,7 @@ endif; ?>
<?=gettext("Type");?>
<select name="useproxytype" id="useproxytype" class="formselect">
<option value="http"><?=gettext("HTTP");?></option>
<option value="socks"><?=gettext("Socks");?></option>
<option value="socks"><?=gettext("SOCKS");?></option>
</select>
<?=gettext("IP Address");?>
<input name="proxyaddr" id="proxyaddr" type="text" class="formfld unknown" size="30" value="" />
......
......@@ -353,7 +353,7 @@ endif; ?>
<?=gettext("Type");?> :
<select name="useproxytype" id="useproxytype" class="formselect">
<option value="http"><?=gettext("HTTP");?></option>
<option value="socks"><?=gettext("Socks");?></option>
<option value="socks"><?=gettext("SOCKS");?></option>
</select>
<?=gettext("IP Address")?> :
......
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