Skip to content

Commit

Permalink
Fikser skrivefeil, fra "rapporter" til "rapportér".
Browse files Browse the repository at this point in the history
  • Loading branch information
otenav committed Feb 10, 2022
1 parent d7353fa commit ac3da7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rapporterAnnonse/RapporterAnnonse.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const RapporterAnnonse = () => {
)}
{!finished && (
<div>
<Sidetittel>Rapporter annonse</Sidetittel>
<Sidetittel>Rapportér annonse</Sidetittel>

<div className="report-form">
<Undertittel>Henveldensen gjelder</Undertittel>
Expand Down
3 changes: 1 addition & 2 deletions src/stilling/Stilling.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ const Stilling = ({error, getStilling, isFetchingStilling, match, stilling, rese
<Link
className={"link"}
to={`${CONTEXT_PATH}/rapporter-annonse?uuid=${stilling._id}`}
aria-label="Rapporter annonse"
>
Rapporter annonse
Rapportér annonse
</Link>
</div>
}
Expand Down

0 comments on commit ac3da7c

Please sign in to comment.