Commit 0744812f authored by Franco Fichtner's avatar Franco Fichtner

openvpn: proper naming for SOCKS

Spotted by: @fabianfrz

(cherry picked from commit 8ac115c9)
parent 4ecb73a5
......@@ -739,7 +739,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="" />
......
......@@ -360,7 +360,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