Skip to content

Commit 479c9ea

Browse files
committed
legg til label for sakbehandleroverstyring av søkers opplysningsplikt vilkåret
1 parent 2bcec8c commit 479c9ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/prosess/vilkar-sokers-opplysningsplikt/i18n/nb_NO.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"SokersOpplysningspliktForm.Tittel": "Manuell saksbehandleroverstyring av automatisk vurdering",
23
"SokersOpplysningspliktForm.SokersOpplysningsplikt": "Søkers opplysningsplikt",
34
"SokersOpplysningspliktForm.UtfyllendeOpplysninger": "Vurder om søker har oppfylt opplysningsplikten etter § 21-3",
45
"SokersOpplysningspliktForm.ErVilkåretOppfylt": "Er vilkåret oppfylt?",

packages/prosess/vilkar-sokers-opplysningsplikt/src/components/SokersOpplysningspliktForm.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useForm } from 'react-hook-form';
22
import { FormattedMessage } from 'react-intl';
33

4-
import { VStack } from '@navikt/ds-react';
4+
import { Label, VStack } from '@navikt/ds-react';
55
import { RhfForm } from '@navikt/ft-form-hooks';
66
import { BTag, isObject } from '@navikt/ft-utils';
77

@@ -78,6 +78,9 @@ export const SokersOpplysningspliktForm = ({ søknad, status, arbeidsgiverOpplys
7878
rendreFakta={<MangledeVedlegg søknad={søknad} arbeidsgiverOpplysningerPerId={arbeidsgiverOpplysningerPerId} />}
7979
>
8080
<VStack gap="space-16">
81+
<Label size="medium">
82+
<FormattedMessage id="SokersOpplysningspliktForm.Tittel" />
83+
</Label>
8184
<VilkarResultPicker
8285
vilkår={undefined}
8386
legend={<FormattedMessage id="SokersOpplysningspliktForm.ErVilkåretOppfylt" />}

0 commit comments

Comments
 (0)