diff --git a/plinth/templates/internal-zone.html b/plinth/templates/internal-zone.html index f4f2f3b94..eb9546c0e 100644 --- a/plinth/templates/internal-zone.html +++ b/plinth/templates/internal-zone.html @@ -9,7 +9,7 @@ {% if not component.is_external %}
{% blocktrans trimmed with service_name=component.name %} - {{ service_name }} is available only on internal networks. + {{ service_name }} is available only on internal networks or when the client is connected to {{ box_name }} through VPN. {% endblocktrans %}

{% with interfaces=component.get_internal_interfaces %}