Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit e11bea3

Browse files
committed
Update copy on account type page
1 parent 023612b commit e11bea3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/users/cd-account-type.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
</div>
66
<div class="row">
77
<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>
99
<form @submit.prevent="submit">
1010
<div class="form-group">
1111
<div>
1212
<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>
1414
</div>
1515
<div>
1616
<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>
1818
</div>
1919
</div>
2020
<input :disabled="errors.any()" class="cd-account-type__submit btn btn-primary" type="submit" value="Submit" />

0 commit comments

Comments
 (0)