Skip to content

Commit

Permalink
Merge pull request #675 from bcgov/fix-typo
Browse files Browse the repository at this point in the history
"All" in student optional programs was in all caps when it shouldn't be
  • Loading branch information
michaeltangbcgov authored Nov 5, 2024
2 parents 276becf + b19eae1 commit 021d953
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
item.studentOptionalProgramData.optionalRequirementsMet
.length != 0
"
>ALL requirements have been met</span
>All requirements have been met</span
>
</div>
<div v-else>
Expand All @@ -136,7 +136,7 @@
.length > 0
"
>
ALL Requirements have been met
All Requirements have been met
</div>
</div>
<span
Expand Down

0 comments on commit 021d953

Please sign in to comment.