Rename use ssl to use secure connection

This commit is contained in:
JonnyWong16 2021-03-29 15:00:43 -07:00
commit 5d09a5352d
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 8 additions and 8 deletions

View file

@ -138,7 +138,7 @@
<div class="col-xs-4">
<div class="checkbox">
<label>
<input type="checkbox" id="pms_ssl_checkbox" class="checkbox-toggle pms-settings" data-id="pms_ssl" value="1" ${helpers.checked(config['pms_ssl'])}> Use SSL
<input type="checkbox" id="pms_ssl_checkbox" class="checkbox-toggle pms-settings" data-id="pms_ssl" value="1" ${helpers.checked(config['pms_ssl'])}> Use Secure Connection
<input type="hidden" id="pms_ssl" name="pms_ssl" value="${config['pms_ssl']}">
</label>
</div>