This repository was archived by the owner on Dec 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"@coderdojo/cd-common" : " 1.1.11" ,
26
26
"bootstrap" : " ^3.4.1" ,
27
- "cp-translations" : " ^1.0.143 " ,
27
+ "cp-translations" : " ^1.0.144 " ,
28
28
"font-awesome" : " ^4.7.0" ,
29
29
"handlebars" : " ^4.1.0" ,
30
30
"js-cookie" : " ^2.1.4" ,
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" />
Original file line number Diff line number Diff line change @@ -2386,10 +2386,10 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
2386
2386
parse-json "^2.2.0"
2387
2387
require-from-string "^1.1.0"
2388
2388
2389
- cp-translations@^1.0.142 :
2390
- version "1.0.142 "
2391
- resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.142 .tgz#239cb85d190279094e384101a47618201b924b8a "
2392
- integrity sha512-+kayUqvZWM/qfdLYd88CF3qw0pYiTX7aHRvH4SmgP/Ir1uSMoAC0m+LE1RLw1r5gL2SZTzWr0KqheHm/iftckg ==
2389
+ cp-translations@^1.0.144 :
2390
+ version "1.0.144 "
2391
+ resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.144 .tgz#919ecfb784eff841077f377e2d467bbcd26fd959 "
2392
+ integrity sha512-sxnUHSzovHHWXDZzcadIm+uDAdqIUaOziYRAbJ3YxRoMw5CtUxQp3w04LCZ0nghWYmmFGP3z0Qffn69ioc560A ==
2393
2393
2394
2394
crc32-stream@^2.0.0 :
2395
2395
version "2.0.0"
You can’t perform that action at this time.
0 commit comments