Skip to content

Commit

Permalink
Merge branch 'flytte-inn-k9-saksbehandling-frontend' of https://githu…
Browse files Browse the repository at this point in the history
…b.com/navikt/k9-frontend into flytte-inn-k9-saksbehandling-frontend
  • Loading branch information
hallvardastark committed Nov 27, 2023
2 parents 96b8d42 + c78226c commit a18a949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe('<MeldingIndex>', () => {
userEvent.selectOptions(await screen.getByLabelText('Mottaker'), JSON.stringify(melding.overstyrtMottaker));
userEvent.type(await screen.getByLabelText('Fritekst'), melding.fritekst);

userEvent.click(await screen.getByLabelText('Send til tredjepartsmottaker'))
userEvent.click(await screen.getByLabelText('Send til tredjepart'))
const tredjepartsMottaker = {
type: "ORGNR",
id: "974652269",
Expand Down
2 changes: 1 addition & 1 deletion packages/sak-meldinger/i18n/nb_NO.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Messages.TypeAvDokumentasjon": "Type dokumentasjon du vil etterspørre",
"Messages.VelgTypeAvDokumentasjon": "Velg type",
"Messages.ChooseRecipient": "Velg mottaker",
"Messages.SendToThirdparty": "Send til tredjepartsmottaker",
"Messages.SendToThirdparty": "Send til tredjepart",
"Messages.OrgNum": "Org.nr",
"Messages.InvalidOrgNum": "Ugyldig org.nr",
"Messages.OrgNumNotFound": "Org.nr ikke funnet i registeret",
Expand Down

0 comments on commit a18a949

Please sign in to comment.