Skip to content

Commit

Permalink
Merge pull request #1208 from webkom/fix-typo-about-deadline
Browse files Browse the repository at this point in the history
Fixed a small typo in the section about the deadline
  • Loading branch information
jonasdeluna committed Aug 25, 2023
2 parents a07be10 + 6ddaca9 commit afd2b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/LandingPage/Admission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Admission: React.FC<AdmissionProps> = ({ admission }) => {
<TimeLineItem
title="Søknadsfrist"
dateString={admission.public_deadline}
details={["Alle søknader er garantert å behandlet."]}
details={["Alle søknader er garantert å bli behandlet."]}
/>
{(admission.is_open || admission.is_closed) && (
<TimeLineItem
Expand Down

0 comments on commit afd2b3c

Please sign in to comment.