Skip to content

Commit 0ed9f93

Browse files
authored
Merge pull request #1571 from bcgov/enhancements/ecer-5348
Add missing "basic" copy
2 parents 6f59316 + d51617b commit 0ed9f93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
16+
Be part of a basic 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/ECEAssistantRequirements.vue

Lines changed: 1 addition & 1 deletion
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 at least one early childhood education course in one of the following:</p>
15+
<p>You must have completed at least one basic early childhood education course in one of the following:</p>
1616
<br />
1717
<ul class="ml-10">
1818
<li>Child guidance</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<!-- EceAssistant -->
6868
<v-col v-if="applicationStore.draftApplicationFlow === 'Assistant'">
69-
<p class="mb-3">You must have completed an early childhood education course in at least one of the following:</p>
69+
<p class="mb-3">You must have completed a basic early childhood education course in at least one of the following:</p>
7070
<ul class="ml-10 mb-3">
7171
<li>Child guidance</li>
7272
<li>Child health, safety, and nutrition</li>

0 commit comments

Comments
 (0)