httprequest: Recommend HTTPS over HTTP

Super minor, maybe annoying to merge, but spotted the http and thought
it's not of the times and the s ought to be added.
This commit is contained in:
ZJ van de Weg
2025-05-30 19:51:06 +02:00
parent 0f653ed7b2
commit 5ab773c1f0

View File

@@ -29,7 +29,7 @@
<div class="form-row">
<label for="node-input-url"><i class="fa fa-globe"></i> <span data-i18n="httpin.label.url"></span></label>
<input id="node-input-url" type="text" placeholder="http://">
<input id="node-input-url" type="text" placeholder="https://">
</div>
<div class="form-row node-input-paytoqs-row">