Skip to content

Commit

Permalink
update registration notice re: over 18s
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Feb 23, 2023
1 parent 4a31d04 commit d113148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<b-form-input type="password" v-model="form.confirmpassword" placeholder="Type password again to confirm"/>
</b-form-group>

<p>By registering to use Teamware, you confirm that you have read and agreed to Teamware's <a href="/privacypolicy" target="_blank">privacy policy</a> and <a href="/terms" target="_blank">terms & conditions</a>.</p>
<p>By registering to use Teamware, you confirm that you are over 18 years of age and have read and agreed to Teamware's <a href="/privacypolicy" target="_blank">privacy policy</a> and <a href="/terms" target="_blank">terms & conditions</a>.</p>

<transition name="fade">
<div class="alert alert-warning" role="alert" v-if="error">
Expand Down

0 comments on commit d113148

Please sign in to comment.