Skip to content

Commit

Permalink
14 bytte description med label
Browse files Browse the repository at this point in the history
  • Loading branch information
joarau committed Dec 12, 2024
1 parent 7b2772e commit 4109580
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/kandidatsok/filter/Jobbmuligheter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ export enum FiltrerbarInnsatsgruppe {

const filtrerbareInnsatsgrupper = {
[Innsatsgruppe.Standardinnsats]: {
label: 'Gode muligheter',
description: 'Standard innsats',
label: 'Standard innsats',
description: 'Gode muligheter',
},
[Innsatsgruppe.SituasjonsbestemtInnsats]: {
label: 'Trenger veiledning',
description: 'Situasjonsbestemt innsats',
label: 'Situasjonsbestemt innsats',
description: 'Trenger veiledning',
},
[Innsatsgruppe.SpesieltTilpassetInnsats]: {
label: 'Trenger veiledning, nedsatt arbeidsevne',
description: 'Spesielt tilpasset innsats',
label: 'Spesielt tilpasset innsats',
description: 'Trenger veiledning, nedsatt arbeidsevne',
},
[Innsatsgruppe.GradertVarigTilpassetInnsats]: {
label: 'Jobbe delvis',
description: 'Delvis varig tilpasset innsats',
label: 'Delvis varig tilpasset innsats',
description: 'Jobbe delvis',
},
[Innsatsgruppe.VarigTilpassetInnsats]: {
label: 'Liten mulighet til å jobbe',
description: 'Varig tilpasset innsats',
label: 'Varig tilpasset innsats',
description: 'Liten mulighet til å jobbe',
},
[FiltrerbarInnsatsgruppe.AndreInnsatsgrupper]: {
label: 'Ikke vurdert',
Expand Down

0 comments on commit 4109580

Please sign in to comment.