Skip to content

Commit 8e209e2

Browse files
Merge pull request #580 from bcgov/ccfri-3895-language-updates
Ccfri 3895 language updates
2 parents 547a1b4 + 65a9dce commit 8e209e2

File tree

13 files changed

+62
-60
lines changed

13 files changed

+62
-60
lines changed

frontend/src/components/CCFRIApplicationForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
props: {
6363
currentYear: {
6464
type: Number,
65-
default: 2023,
65+
default: 2024,
6666
required: false,
6767
},
6868
},

frontend/src/components/LandingPage.vue

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,8 @@
181181
<v-col cols="12" :lg="isCCOFStatusNew ? 2 : 3">
182182
<SmallCard :disable="!isReportChangeButtonEnabled">
183183
<template #content>
184-
<p class="text-h6">Report changes to your licence or service</p>
185-
<p>
186-
You must notify the Child Care Operating Funding program within two business days of any change to your
187-
facility licence or the services outlined in Schedule A of your Child Care Operating Funding Agreement.
188-
</p>
184+
<p class="text-h6">Request a change</p>
185+
<p>Submit a request to change your Organization, licence, service details, or Parent Fee information.</p>
189186
</template>
190187
<template #button>
191188
<v-row no-gutters>
@@ -196,7 +193,7 @@
196193
</v-col>
197194
<v-col class="col-12">
198195
<v-btn :class="buttonColor(!isReportChangeButtonEnabled)" theme="dark" @click="goToReportChange()">
199-
Report a change
196+
Request a change
200197
</v-btn>
201198
</v-col>
202199
</v-row>

frontend/src/components/RFI/NMF.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616

1717
<div class="px-2 my-10">
1818
<p>
19-
As outlined in the <a :href="fundingUrl" target="_blank">Funding Guidelines</a>
20-
, applications by New, New-to-CCFRI, and Modified Facilities will be assessed based on whether the facility’s
21-
parent fees are comparable to others in their region. To determine if this policy applies to your facility,
22-
please provide more information.
19+
As outlined in the <a :href="fundingUrl" target="_blank">Funding Guidelines</a>, applications by New,
20+
New-to-CCFRI, and Modified Facilities will be assessed based on whether the facility’s parent fees are
21+
comparable to others in their region. To determine if this policy applies to your facility, please provide
22+
more information.
2323
</p>
2424
</div>
2525
<v-card elevation="6" class="pa-0 my-10 rounded-lg col-12" min-height="230">
2626
<v-card-text class="pa-0">
2727
<v-card class="pa-4 pa-md-4 ma-0 backG rounded-lg rounded-b-0 elevation-0">
2828
<span class="text-h5 px-2 px-md-8 font-weight-bold blueText">
29-
New, New-to CCFRI, and Modified Facilities Information
29+
New, New-to-CCFRI, and Modified Facilities Information
3030
</span>
3131
</v-card>
3232
<div class="px-md-12 px-7 py-10">

frontend/src/components/RFI/RFIDocumentUpload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77
<div class="px-md-12 px-7">
88
<v-row class="px-6 text-body-1">
9-
Upload Supporting Documents (for example receipts, quotes, invoices and/or budget/finance documents here:)
9+
Upload supporting documents (for example, receipts, quotes, invoices, and/or budget/finance documents)
1010
</v-row>
1111
<v-row class="pa-6 pt-2 text-body-2">
1212
The maximum file size is 2MB for each document. Accepted file types are jpg, jpeg, heic, png, pdf, docx, doc,

frontend/src/components/RFI/RFILanding.vue

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
>
377377
<div class="pa-0">
378378
<div class="pa-2 pa-md-4 ma-0 backG">
379-
<p class="text-h5 text--primary px-5 py-0 my-0">Direct Care Staff Wages Increases</p>
379+
<p class="text-h5 text--primary px-5 py-0 my-0">Direct Care staff Wages Increases</p>
380380
</div>
381381

382382
<v-banner two-line class="ma-4" color="blue-lighten-4" elevation="5">
@@ -389,8 +389,9 @@
389389
<br />
390390

391391
<p class="text-h6 text--primary px-5 py-0 my-0">
392-
This exception applies to wage increases for Direct Care Staff employed at the facility on a full-time,
393-
part-time, or casual basis, providing direct care to children for 50% or more of their working time.
392+
This exception applies to wage increases for Direct Care staff employed at the facility on a full-time,
393+
part-time or casual basis. Direct Care staff are staff who spend at least 50% of their working time directly
394+
responsible for and engaged in the care and supervision of children at the Facility.
394395
</p>
395396

396397
<br />
@@ -403,7 +404,7 @@
403404
:rules="rules.required"
404405
required
405406
inline
406-
label="Is your fee increase due to a wage increase for Direct Care Staff?"
407+
label="Is your fee increase due to a wage increase for Direct Care staff?"
407408
>
408409
<v-radio label="Yes" :value="1" />
409410
<v-radio label="No" :value="0" />
@@ -434,7 +435,7 @@
434435
:rules="rules.required"
435436
required
436437
inline
437-
label="Is the wage increase part of a collective bargaining agreement for Direct Care Staff at the facility?"
438+
label="Is the wage increase part of a collective bargaining agreement for Direct Care staff at the facility?"
438439
>
439440
<v-radio label="Yes" :value="1" />
440441
<v-radio label="No" :value="0" />
@@ -449,7 +450,7 @@
449450
:rules="rules.required"
450451
required
451452
inline
452-
label="Has the facility lost or been unable to hire Direct Care Staff due to current wages?"
453+
label="Has the facility been unable to hire and/or retain Direct Care staff due to wages?"
453454
>
454455
<v-radio label="Yes" :value="1" />
455456
<v-radio label="No" :value="0" />
@@ -476,7 +477,7 @@
476477
<div v-if="model.feeIncreaseDueToWage == 1">
477478
<div class="pa-0">
478479
<div class="pa-2 pa-md-4 ma-0">
479-
<p class="text-h5 text--primary px-5 py-0 my-0">Direct Care Staff Wages Increases</p>
480+
<p class="text-h5 text--primary px-5 py-0 my-0">Direct Care staff Wages Increases</p>
480481
</div>
481482
<br />
482483

@@ -560,7 +561,7 @@
560561
v-model="obj.staffRole"
561562
:disabled="isReadOnly"
562563
class=""
563-
label="Direct Care Staff Role "
564+
label="Direct Care staff Role "
564565
variant="outlined"
565566
clearable
566567
:rules="rules.required"
@@ -660,7 +661,7 @@
660661
/>
661662

662663
<br />
663-
<label for="wage1"> How many Direct Care Staff have left your facility due to wages? </label>
664+
<label for="wage1"> How many Direct Care staff have left your facility due to wages? </label>
664665
<v-textarea
665666
id="wage1"
666667
v-model="model.textbox2"
@@ -756,7 +757,7 @@
756757
:rules="rules.required"
757758
required
758759
inline
759-
label="Is your fee increase due to expanding or extending the hours of child care service available for all
760+
label="Is your fee increase due to expenses related to expanding or extending the hours of child care service available for all
760761
enrolled children?"
761762
>
762763
<v-radio label="Yes" :value="1" />
@@ -946,7 +947,7 @@
946947
<div class="pa-0">
947948
<div class="pa-2 pa-md-4 ma-0 backG">
948949
<p class="text-h5 text--primary px-5 py-0 my-0">
949-
Priority Service Expansion: Increased Connection to Indigenous Community, Culture, and/or Language
950+
Priority Service Expansion: Increasing Connection to Indigenous Community, Culture, and/or Language
950951
</p>
951952
</div>
952953
<br />
@@ -973,7 +974,9 @@
973974
>, this may include:
974975
</p>
975976
<ul>
976-
<li>participation of an Elder, culture/language teacher, and/or family in the child care program;</li>
977+
<li>
978+
participation of an Elder, culture/language teacher, and/or family members in the child care program;
979+
</li>
977980
<li>children’s participation in community, language, and/or cultural events or activities; or</li>
978981
<li>language or culture resources for use in the child care program.</li>
979982
</ul>
@@ -1140,9 +1143,8 @@
11401143
<p>Fee increases may be considered under this exception if:</p>
11411144
<ul>
11421145
<li>
1143-
the facility has historically provided care to underserved populations including Indigenous or
1144-
low-income families at significantly below the regional median range of fees for their area or at no
1145-
fee;
1146+
the facility has historically provided care to underserved populations - including Indigenous or
1147+
low-income families - at significantly below the regional median fees for their area or at no fee;
11461148
</li>
11471149
<li>the fee increase will contribute to the operational sustainability of the organization; and</li>
11481150
<li>the fee increase will not greatly increase the out-of-pocket cost of care for families.</li>
@@ -1168,7 +1170,7 @@
11681170
<div class="pa-2 pa-md-4 ma-0">
11691171
<label for="underservedPop1"
11701172
>Please describe how the majority of children you provide care for represent an underserved
1171-
population (e.g. indigenous children, low-income families?)</label
1173+
population (e.g. Indigenous children, low-income families?)</label
11721174
>
11731175
<v-textarea
11741176
id="underservedPop1"

frontend/src/components/SummaryDeclaration.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,16 +329,16 @@
329329
</ol>
330330
<v-row>
331331
<v-col cols="1" />
332-
<v-col cols="1"> i. </v-col>
333-
<v-col cols="10">
332+
<v-col cols="11">
333+
<span>i.</span>
334334
permitted to apply for the ECE Wage Enhancement for any of its unionized Early Childhood Educators
335335
(ECEs); and
336336
</v-col>
337337
</v-row>
338338
<v-row>
339339
<v-col cols="1" />
340-
<v-col cols="1"> ii. </v-col>
341-
<v-col cols="10">
340+
<v-col cols="11">
341+
<span>ii.</span>
342342
able to comply with its ECE Wage Enhancement related obligations under the Funding Agreement.
343343
</v-col>
344344
</v-row>

frontend/src/components/ccfriApplication/group/AddNewFees.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
If you have more than one fee for the same category, <strong> enter the highest fee. </strong><br /><br />
2020
<strong>Enter the fee before CCFRI is applied. </strong> <br /><br />
2121
<span v-if="languageYearLabel != programYearTypes.HISTORICAL">
22-
<strong>New for 2024-25:</strong> CCFRI regions align with the BCSSA's grouping of school districts into 6
23-
regional chapters. Use the
22+
CCFRI regions align with the BCSSA's grouping of school districts into 6 regional chapters. Use the
2423
<a href="https://bcmcf.ca1.qualtrics.com/jfe/form/SV_eVcEWJC8HTelRCS" target="_blank">BCSSA region lookup</a>
2524
to find your region.</span
2625
>

frontend/src/components/ccfriApplication/group/CcfriEceLanding.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class="mx-0 justify-end"
1616
@click="toggleAll()"
1717
>
18-
Opt in All Facilities
18+
Opt-In All Facilities
1919
</v-btn>
2020
<LargeButtonContainer>
2121
<v-form ref="form" v-model="isValidForm">
@@ -49,7 +49,7 @@
4949
</p>
5050
<strong>
5151
<p class="text--primary">
52-
Opt In:
52+
Opt-In:
5353
{{
5454
ccfriOptInStatus == 'IN'
5555
? 'IN'
@@ -78,8 +78,8 @@
7878
<v-col v-else cols="" class="d-flex align-center col-12 col-md-5">
7979
<v-row>
8080
<v-radio-group v-model="ccfriOptInOrOut[index]" class="mx-12" :rules="rules">
81-
<v-radio label="Opt In" value="1" />
82-
<v-radio label="Opt Out" value="0" />
81+
<v-radio label="Opt-In" value="1" />
82+
<v-radio label="Opt-Out" value="0" />
8383
</v-radio-group>
8484
</v-row>
8585
</v-col>
@@ -312,7 +312,7 @@ export default {
312312
this.refreshNavBarList();
313313
this.forceNavBarRefresh();
314314
if (withAlert) {
315-
this.setSuccessAlert('Success! CCFRI Opt In status has been saved.');
315+
this.setSuccessAlert('Success! CCFRI Opt-In status has been saved.');
316316
}
317317
} catch (error) {
318318
console.info(error);

frontend/src/components/ccofApplication/RenewOrganization.vue

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,18 @@
104104
<v-card-text>
105105
Once these changes have been processed, you may complete your {{ renewalYearLabel }} Program
106106
Confirmation Form.<br /><br />
107-
Update your banking information:
108-
<br /><a
109-
href="https://www2.gov.bc.ca/assets/gov/british-columbians-our-governments/services-policies-for-government/internal-corporate-services/finance-forms/fin-312-direct-deposit-application.pdf"
107+
Update your banking information by submitting the
108+
<a
109+
href="https://www2.gov.bc.ca/assets/gov/british-columbians-our-governments/services-policies-for-government/internal-corporate-services/finance-forms/fin-312-direct-deposit-application.pdf" target="_blank"
110110
>
111-
https://www2.gov.bc.ca/assets/gov/british-columbians-our-governments/services-policies-for-government/internal-corporate-services/finance-forms/fin-312-direct-deposit-application.pdf</a
112-
>
113-
<br /><br />For any questions, call the program at 1-888-338-6622 (option 2)
111+
Direct Deposit Application
112+
</a>
113+
by email to <a href="mailto:ccdda@gov.bc.ca" target="_blank">ccdda@gov.bc.ca.</a><br />You can also
114+
submit the form by mail to:<br />
115+
Child Care Operating Funding<br />
116+
PO Box 9965 Stn Prov Govt<br />
117+
Victoria BC V8W 9R4<br /><br />
118+
For any questions, call the program at 1-888-338-6622 (option 2)
114119
</v-card-text>
115120
</v-card>
116121
</v-row>

frontend/src/components/eceweApplication/EceweFacilities.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
:disabled="isReadOnly"
4949
@click="toggleAll()"
5050
>
51-
Opt in All Facilities
51+
Opt-In All Facilities
5252
</v-btn>
5353
<div>
5454
<div v-for="(_facility, index) in uiFacilities" :key="index">

frontend/src/components/mtfi/CurrentFeeVerification.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
<div v-if="languageYearLabel != programYearTypes.HISTORICAL" class="row pt-4 text-center">
1919
<span class="text-h6">
20-
<strong>New for 2024-25:</strong> CCFRI regions align with the BCSSA's grouping of school districts into 6
21-
regional chapters. Use the
20+
CCFRI regions align with the BCSSA's grouping of school districts into 6 regional chapters. Use the
2221
<a href="https://bcmcf.ca1.qualtrics.com/jfe/form/SV_eVcEWJC8HTelRCS" target="_blank">BCSSA region lookup</a> to
2322
find your region.</span
2423
>

frontend/src/components/summary/group/RFISummary.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@
192192
</v-col>
193193
</v-row>
194194

195-
<span class="summary-label-bold">Direct Care Staff Wages Increases</span>
195+
<span class="summary-label-bold">Direct Care staff Wages Increases</span>
196196
<v-row no-gutters class="d-flex">
197197
<v-col class="col-12">
198-
<span class="summary-label pt-3">Is your fee increase due to a wage increase for Direct Care Staff?</span>
198+
<span class="summary-label pt-3">Is your fee increase due to a wage increase for Direct Care staff?</span>
199199
<v-text-field
200200
placeholder="Required"
201201
class="summary-value"
@@ -232,7 +232,7 @@
232232

233233
<v-col class="py-0 cols-6">
234234
<span class="summary-label pt-3"
235-
>Is the wage increase part of a collective bargaining agreement for Direct Care Staff at the
235+
>Is the wage increase part of a collective bargaining agreement for Direct Care staff at the
236236
facility?</span
237237
>
238238
<v-text-field
@@ -250,7 +250,7 @@
250250

251251
<v-col class="py-0 cols-6">
252252
<span class="summary-label pt-3"
253-
>Has the facility lost or been unable to hire Direct Care Staff due to current wages?</span
253+
>Has the facility been unable to hire and/or retain Direct Care staff due to wages?</span
254254
>
255255
<v-text-field
256256
placeholder="Required"
@@ -354,7 +354,7 @@
354354
<v-col
355355
v-for="(label, index) in [
356356
'When did your facility\'s challenges with hiring and keeping staff begin?',
357-
'How many Direct Care Staff have left your facility due to wages?',
357+
'How many Direct Care staff have left your facility due to wages?',
358358
'What have you done to try to recruit staff?',
359359
'Have you had to adjust your hours/days of operation?',
360360
'Is your facility unable to fill spaces due to insufficient staffing?',
@@ -389,8 +389,8 @@
389389
<v-col class="col-12">
390390
<v-row no-gutters class="d-flex">
391391
<span class="summary-label pt-3">
392-
Is your fee increase due to expanding or extending the hours of child care service available for all
393-
enrolled children?
392+
Is your fee increase due to expenses related to expanding or extending the hours of child care
393+
service available for all enrolled children?
394394
</span>
395395
<v-text-field
396396
placeholder="Required"
@@ -464,7 +464,7 @@
464464
</v-row>
465465

466466
<span class="summary-label-bold"
467-
>Priority Service Expansion: Increased Connection to Indigenous Community, Culture, and/or Language</span
467+
>Priority Service Expansion: Increasing Connection to Indigenous Community, Culture, and/or Language</span
468468
>
469469
<v-row no-gutters class="d-flex pt-2">
470470
<v-col class="col-12">
@@ -603,7 +603,7 @@
603603
<div v-if="rfiApp?.underservedPop === 1">
604604
<span class="summary-label">
605605
Please describe how the majority of children you provide care for represent an underserved population (e.g.,
606-
indigenous children, low-income families).
606+
Indigenous children, low-income families).
607607
</span>
608608
<v-row no-gutters class="d-flex">
609609
<v-textarea

frontend/src/components/util/NavBar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export default {
405405
getAddNewCCFRINavigation() {
406406
let items = [];
407407
items.push({
408-
title: 'Opt in / Opt out',
408+
title: 'Opt-In / Opt-Out',
409409
link: { name: 'change-request-ccfri-home', params: { changeRecGuid: this.$route.params.changeRecGuid } },
410410
isAccessible: isCCOFGroupComplete, //Change - when newFacilityCCOF is complete
411411
icon: this.getCheckbox(this.isCCFRIOptInComplete()),
@@ -489,7 +489,7 @@ export default {
489489
getCCFRINavigation() {
490490
let items = [];
491491
items.push({
492-
title: 'Opt in / Opt out',
492+
title: 'Opt-In / Opt-Out',
493493
link: { name: 'ccfri-home' },
494494
isAccessible: this.isRenewal ? true : isCCOFGroupComplete,
495495
icon: this.getCheckbox(this.isCCFRIOptInComplete()),

0 commit comments

Comments
 (0)