Fix license term checkbox

input elements don't have an innerHtml
This commit is contained in:
Johannes Zellner
2020-11-18 09:35:20 +01:00
parent b1addd05dc
commit fb03e34765

View File

@@ -232,7 +232,7 @@
<div class="checkbox">
<label>
<input type="checkbox" ng-model="appstoreLogin.termsAccepted" ng-bind-html="'appstore.accountDialog.licenseCheckbox' | tr:{ licenseLink: 'https://cloudron.io/legal/license.html' }">
<input type="checkbox" ng-model="appstoreLogin.termsAccepted"><span ng-bind-html="'appstore.accountDialog.licenseCheckbox' | tr:{ licenseLink: 'https://cloudron.io/legal/license.html' }"></span>
</label>
</div>