www/nginx: misleading help attribute for upstream.tls_enable (#1190)

* fix upstream.tls_enable help attr per #1189
* Update www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/upstream.xml

Co-Authored-By: Alphakilo <Alphakilo@users.noreply.github.com>
This commit is contained in:
Niklas
2019-02-13 17:38:24 +01:00
committed by Fabian Franz BSc
parent 8e1e7008af
commit d444d5eac5
@@ -20,7 +20,7 @@
<field>
<id>upstream.tls_enable</id>
<label>Enable TLS (HTTPS)</label>
<help>Authenticate on the Server using a client certificate.</help>
<help>Use TLS (HTTPS) to connect to the server.</help>
<type>checkbox</type>
</field>
<field>