Skip to content

Commit 65a9dce

Browse files
Additional changes
1 parent 46e74f6 commit 65a9dce

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

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