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

Commit 9621888

Browse files
authored
Merge pull request #302 from CoderDojo/feature/account-type-copy
Feature/account type copy
2 parents 023612b + 97fea5c commit 9621888

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@coderdojo/cd-common": "1.1.11",
2626
"bootstrap": "^3.4.1",
27-
"cp-translations": "^1.0.143",
27+
"cp-translations": "^1.0.144",
2828
"font-awesome": "^4.7.0",
2929
"handlebars": "^4.1.0",
3030
"js-cookie": "^2.1.4",

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" />

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,10 +2386,10 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
23862386
parse-json "^2.2.0"
23872387
require-from-string "^1.1.0"
23882388

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==
23932393

23942394
crc32-stream@^2.0.0:
23952395
version "2.0.0"

0 commit comments

Comments
 (0)