Skip to content

Commit d66dcff

Browse files
committed
update txt
1 parent 7316bd0 commit d66dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/career/components/JobDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const JobDetails: FC<IProps> = ({ opportunity }) => (
7474
{opportunity.deadline && <p>Frist: {formatDeadline(opportunity.deadline)}</p>}
7575
{opportunity.rolling_admission && (
7676
<p>
77-
<strong>Fortløpende opptak</strong>
77+
<strong>Søknader vurderes fortløpende</strong>
7878
</p>
7979
)}
8080
</div>

0 commit comments

Comments
 (0)