openvpn: minor adjustments

This commit is contained in:
Franco Fichtner 2023-02-09 08:22:10 +01:00
parent 0dfa6c44af
commit f8a9e5b990
2 changed files with 2 additions and 2 deletions

View File

@ -671,7 +671,7 @@
<value>dummy</value>
</option>
</options>
<description>Fallback cipher selection in case none of the default data-ciphers is supported by the client. Only preserved for backwards compatibility reasons</description>
<description>Fallback cipher selection in case none of the default data-ciphers is supported by the client. Only preserved for backwards compatibility reasons.</description>
</field>
<field>
<name>digest</name>

View File

@ -916,7 +916,7 @@ $( document ).ready(function() {
</td>
</tr>
<tr>
<td><a id="help_for_crypto" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Encryption algorithm (fallback)"); ?></td>
<td><a id="help_for_crypto" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Encryption algorithm (fallback)"); ?></td>
<td>
<select name="crypto" class="form-control">
<?php