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

Commit 64979f8

Browse files
committed
attendee choice wording tweak
1 parent c051243 commit 64979f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/users/cd-account-type.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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') }}</label>
13+
<label for="type-attendee">{{ $t('Attendee (under 18)') }}</label>
1414
</div>
1515
<div>
1616
<input name="accountType" id="type-guardian" value="guardian" type="radio" v-model="accountType"/>

0 commit comments

Comments
 (0)