Skip to content

Commit

Permalink
fix year
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind committed May 22, 2024
1 parent f19d5a5 commit d7abc1e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
</div>
<v-card-text>
<v-chip color="secondary" variant="flat" label class="academyyear">
{{
`${$t("subject.academy_year")} 20${academicYear}-20${academicYear + 1}`
}}
{{ `${$t("subject.academy_year")} ${academicYear}-${academicYear + 1}` }}
</v-chip>
<v-row class="instr-container">
<v-chip
Expand Down

0 comments on commit d7abc1e

Please sign in to comment.