Skip to content

Commit

Permalink
Legger inn manglende tekst for historikkinnslag (#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardastark authored Sep 23, 2024
1 parent 5b99e4a commit 5f7b22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/sak-historikk/i18n/nb_NO.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@
"Historikk.BeregningsgrunnlagOgInntektskategoriTY": "Fastsatt beregningsgrunnlag og inntektskategori for bruker med tilstøtende ytelse",
"Historikk.BeregningsgrunnlagManueltSNNYIArbeidslivet": "Fastsatt beregningsgrunnlag for selvstendig næring ny i arbeidslivet",
"Historikk.VurderFaktaATFLSN": "Vurder fakta for beregning",
"Historikk.Sykdom": "Sykdom",
"Historikk.FaktaUttak.ForsteUttakDato": "Kontroller manglende uttaksperiode",
"Historikk.FaktaUttak.VurderAnnenForelder": "Vurdering om den andre forelderen har rett til pleiepenger"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import aksjonspunktCodes from '@fpsak-frontend/kodeverk/src/aksjonspunktCodes';
import { VerticalSpacer } from '@fpsak-frontend/shared-components';
import { HistorikkInnslagAksjonspunkt } from '@k9-sak-web/types';
import { BodyShort, Label } from '@navikt/ds-react';
import React, { ReactNode } from 'react';
import { ReactNode } from 'react';
import { IntlShape, WrappedComponentProps, injectIntl } from 'react-intl';

import { decodeHtmlEntity } from '@fpsak-frontend/utils';
Expand Down Expand Up @@ -47,6 +47,7 @@ const aksjonspunktCodesToTextCode = {
'Historikk.BeregningsgrunnlagManueltSNNYIArbeidslivet',
[aksjonspunktCodes.VURDER_FAKTA_FOR_ATFL_SN]: 'Historikk.VurderFaktaATFLSN',
[aksjonspunktCodes.FORESLA_VEDTAK]: 'Historikk.Vedtak.Fritekstbrev',
[aksjonspunktCodes.MEDISINSK_VILKAAR]: 'Historikk.Sykdom',
};

const tilbakekrevingsAksjonspunktCodesToTextCode = {};
Expand Down

0 comments on commit 5f7b22a

Please sign in to comment.