Skip to content

Commit 9999df0

Browse files
authored
Merge pull request #1451 from bcgov/tasks/ecer-5348
ECER-5348: Content update
2 parents 34922da + c41320a commit 9999df0

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEAssistantRenewalRequirements.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<li>Have been completed within the last 5 years</li>
1414
<li>Be a different course than the one you previously used for ECE Assistant certification</li>
1515
<li>
16-
Be part of an early childhood education training
16+
Be part of an early childhood education
1717
<a href="https://www2.gov.bc.ca/gov/content?id=62102395C4F64F068A63E42921E67720">program recognized by the ECE Registry</a>
1818
</li>
1919
</ul>

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEFiveYearLaborMobilityRequirements.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<p>Important information about calculating hours:</p>
3333
<br />
3434
<ul class="ml-10">
35-
<li>Only include hours you worked once you began your early childhood education training program</li>
35+
<li>Only include hours you worked once you began your basic early childhood education program</li>
3636
<li>Only include hours completed within the last 5 years</li>
3737
<li>You cannot include hours that were part of your education (practicum or placement hours)</li>
3838
<li>You can include hours you volunteered</li>

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEFiveYearRegistrantRequirements.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<v-row v-if="!certificationStore.holdsEceFiveYearCertification">
1010
<v-col>
1111
<ECEHeader title="Education information"></ECEHeader>
12-
<p>You must have completed a basic early childhood education training program.</p>
12+
<p>You must have completed a basic early childhood education program.</p>
1313
<br />
1414
<p>The program must be either:</p>
1515
<br />

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEFiveYearRenewalRequirements.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<p>You need to have completed 500 hours of work experience and be able to provide references to verify the hours.</p>
7070
<p>Important information about calculating hours:</p>
7171
<ul class="ml-10">
72-
<li>Only include hours you worked once you began your early childhood education training program</li>
72+
<li>Only include hours you worked once you began your basic early childhood education program</li>
7373
<li>Only include hours completed within the last 5 years</li>
7474
<li>You cannot include hours that were part of your education (practicum or placement hours)</li>
7575
<li>You can include hours you volunteered</li>

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEFiveYearRequirements.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<v-row>
1313
<v-col>
1414
<ECEHeader title="Education information"></ECEHeader>
15-
<p>You must have completed a basic early childhood education training program.</p>
15+
<p>You must have completed a basic early childhood education program.</p>
1616
<br />
1717
<p>The program must be either:</p>
1818
<br />
@@ -64,7 +64,7 @@
6464
<p>Important information about calculating hours:</p>
6565
<br />
6666
<ul class="ml-10">
67-
<li>Only include hours you worked once you began your early childhood education training program</li>
67+
<li>Only include hours you worked once you began your basic early childhood education program</li>
6868
<li>Only include hours completed within the last 5 years</li>
6969
<li>Cannot include hours that were part of your education (practicum or placement hours)</li>
7070
<li>Can include hours you volunteered</li>

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/EducationList.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
You must have completed:
1010
</p>
1111
<ul class="ml-10">
12-
<li>Basic early childhood education training program</li>
12+
<li>Basic early childhood education program</li>
1313
<li>Infant and toddler educator training program</li>
1414
<li>Special needs early childhood educator training program</li>
1515
</ul>
@@ -20,7 +20,7 @@
2020
You must have completed:
2121
</p>
2222
<ul class="ml-10">
23-
<li>Basic early childhood education training program</li>
23+
<li>Basic early childhood education program</li>
2424
<li>Infant and toddler educator training program</li>
2525
</ul>
2626
</v-col>
@@ -30,7 +30,7 @@
3030
You must have completed:
3131
</p>
3232
<ul class="ml-10">
33-
<li>Basic early childhood education training program</li>
33+
<li>Basic early childhood education program</li>
3434
<li>Special needs early childhood educator training program</li>
3535
</ul>
3636
</v-col>
@@ -61,7 +61,7 @@
6161
applicationStore.draftApplicationFlow === 'FiveYearRegistrant'
6262
"
6363
>
64-
<p>You must have completed a basic early childhood education training program.</p>
64+
<p>You must have completed a basic early childhood education program.</p>
6565
</v-col>
6666

6767
<!-- EceAssistant -->
@@ -77,7 +77,7 @@
7777

7878
<!-- renewal flows -->
7979
<v-col v-if="applicationStore.draftApplicationFlow === 'AssistantRenewal'">
80-
<p class="mb-3">You must have completed a new course in an early childhood education training program.</p>
80+
<p class="mb-3">You must have completed a new course in a basic early childhood education program.</p>
8181
<p class="mb-4">The course must:</p>
8282
<ul class="ml-10">
8383
<li>Have been completed within the last 5 years</li>

0 commit comments

Comments
 (0)