openvpn: final tweak on wording #2266

This commit is contained in:
Franco Fichtner 2018-03-19 08:33:39 +01:00
parent e66cff65d7
commit d141ea7d60
2 changed files with 2 additions and 2 deletions

View File

@ -601,7 +601,7 @@ $( document ).ready(function() {
<div class="hidden" data-for="help_for_protocol">
<?= gettext('Select the protocol family to be used. Note that using both families with UDP/TCP ' .
'does not work with an explicit interface as OpenVPN does not support listening to more ' .
'than one explicit IP address. In this case IPv4 is selected.') ?>
'than one specified IP address. In this case IPv4 is currently assumed.') ?>
</div>
</td>
</tr>

View File

@ -710,7 +710,7 @@ $( document ).ready(function() {
<div class="hidden" data-for="help_for_protocol">
<?= gettext('Select the protocol family to be used. Note that using both families with UDP/TCP ' .
'does not work with an explicit interface as OpenVPN does not support listening to more ' .
'than one explicit IP address. In this case IPv4 is selected.') ?>
'than one specified IP address. In this case IPv4 is currently assumed.') ?>
</div>
</td>
</tr>