diff --git a/src/www/vpn_openvpn_client.php b/src/www/vpn_openvpn_client.php
index 0e3415a9f..69e488954 100644
--- a/src/www/vpn_openvpn_client.php
+++ b/src/www/vpn_openvpn_client.php
@@ -601,7 +601,7 @@ $( document ).ready(function() {
= 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.') ?>
diff --git a/src/www/vpn_openvpn_server.php b/src/www/vpn_openvpn_server.php
index de715f1f7..9bee6b441 100644
--- a/src/www/vpn_openvpn_server.php
+++ b/src/www/vpn_openvpn_server.php
@@ -710,7 +710,7 @@ $( document ).ready(function() {
= 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.') ?>