This repository was archived by the owner on Dec 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
</div >
6
6
<div class =" row" >
7
7
<div class =" cd-account-type__box" >
8
- <h4 class =" cd-account-type__sub-header" >{{ $t('Please select an account type to complete registration .') }}</h4 >
8
+ <h4 class =" cd-account-type__sub-header" >{{ $t('To complete your account, please let us know which age category you fit into .') }}</h4 >
9
9
<form @submit.prevent =" submit" >
10
10
<div class =" form-group" >
11
11
<div >
12
12
<input name =" accountType" id =" type-attendee" value =" attendee" type =" radio" v-model =" accountType" v-validate.initial =" 'required'" />
13
- <label for =" type-attendee" >{{ $t('Attendee (under 18)') }}</label >
13
+ <label for =" type-attendee" >{{ $t('Child (under 18 years of age )') }}</label >
14
14
</div >
15
15
<div >
16
16
<input name =" accountType" id =" type-guardian" value =" guardian" type =" radio" v-model =" accountType" />
17
- <label for =" type-guardian" >{{ $t('Parent/Guardian ') }}</label >
17
+ <label for =" type-guardian" >{{ $t('Adult (over 18 years of age) ') }}</label >
18
18
</div >
19
19
</div >
20
20
<input :disabled =" errors.any()" class =" cd-account-type__submit btn btn-primary" type =" submit" value =" Submit" />
You can’t perform that action at this time.
0 commit comments