activation: add missing label
This commit is contained in:
@@ -114,7 +114,7 @@ onMounted(async () => {
|
||||
<small class="text-danger">{{ formError.password }}</small>
|
||||
</FormGroup>
|
||||
|
||||
<Checkbox v-model="acceptLicense" helpUrl="https://www.cloudron.io/legal/terms.html" required />
|
||||
<Checkbox v-model="acceptLicense" label="Accept Cloudron License" helpUrl="https://www.cloudron.io/legal/terms.html" required />
|
||||
</fieldset>
|
||||
|
||||
<div class="actions">
|
||||
|
||||
Reference in New Issue
Block a user