diff --git a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html index 22a38e8f3..f62346fb6 100644 --- a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html +++ b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html @@ -37,6 +37,19 @@ {% endif %}
+ {% blocktrans trimmed %} + Download the configuration file (.conf) for manual import, + or use the QR code to import directly from your WireGuard mobile app. + {% endblocktrans %} +
++ {% trans "Warning:" %} + {% blocktrans trimmed %} + Treat this QR code like a password. + Anyone who scans it can gain VPN access if the connection is enabled. + {% endblocktrans %} +