Skip to content

Commit

Permalink
Merge pull request #1424 from bcgov/feature/EDX-2202
Browse files Browse the repository at this point in the history
EDX-2202 - Fixes spelling mistake
  • Loading branch information
SodhiA1 authored Mar 8, 2024
2 parents f83523a + 55b55bb commit cb3e8f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

<v-window v-model="tab">
<v-window-item
value="FTE"
value="All Students"
transition="false"
reverse-transition="false"
>
<FTEComponent
v-if="tab==='FTE'"
v-if="tab==='All Students'"
:school="school"
/>
</v-window-item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</v-row>
<v-row v-if="showFundingEligibilitySection()">
<v-col>
<span><b>Program Funding Ineligiblity:</b></span>
<span><b>Program Funding Ineligibility:</b></span>
<ul>
<li v-if="studentForEdit?.careerProgramNonEligReasonCode !== null && studentForEdit?.careerProgramNonEligReasonCode !== 'NTENRCAREE'">
{{ getProgramEligibiltyTypeCodesDescription(studentForEdit?.careerProgramNonEligReasonCode) }}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/utils/sdc/SdcVerifyTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
export const SDC_VERIFY_TABS = Object.freeze(
[
'FTE',
'All Students',
'French Programs',
'Career Programs',
'Indigenous Students & Support Programs',
Expand Down

0 comments on commit cb3e8f5

Please sign in to comment.