Skip to content

Commit

Permalink
Fikset en typo (#3611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uglemat authored Dec 12, 2024
1 parent 11e5fe7 commit 7574398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/skde/src/components/Atlas/FrontPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const FrontPage = ({ atlasInfo, lang }: HomeProps) => {
/>
));

const title = { no: "Tematisk Helseatlas", en: "Thematic Health Atlases" }[
const title = { no: "Tematiske helseatlas", en: "Thematic Health Atlases" }[
lang
];

Expand Down Expand Up @@ -83,7 +83,7 @@ const FrontPage = ({ atlasInfo, lang }: HomeProps) => {
>
{
{
no: "Her finner du tematiske Helseatlas som tar for seg utvalgte tjenester på ett fagområde eller til én pasientgruppe, i en periode på tre til fem år.",
no: "Her finner du tematiske helseatlas som tar for seg utvalgte tjenester på ett fagområde eller til én pasientgruppe, i en periode på tre til fem år.",
en: "Here you find thematic Health Atlases concering selected health services or patient groups, in a period from three to five years.",
}[lang]
}
Expand Down

0 comments on commit 7574398

Please sign in to comment.