From 4109580de9f9cfa888bdc397a82e2c07ecca5f66 Mon Sep 17 00:00:00 2001 From: Joar Aurdal Date: Thu, 12 Dec 2024 16:27:52 +0100 Subject: [PATCH] 14 bytte description med label --- src/kandidatsok/filter/Jobbmuligheter.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/kandidatsok/filter/Jobbmuligheter.tsx b/src/kandidatsok/filter/Jobbmuligheter.tsx index b89161d5..2895a646 100644 --- a/src/kandidatsok/filter/Jobbmuligheter.tsx +++ b/src/kandidatsok/filter/Jobbmuligheter.tsx @@ -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',