Skip to content

Commit

Permalink
Correct title in svarbrev journalpost.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Dec 3, 2024
1 parent 2d938bc commit 5d33c73
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 @@ -2063,7 +2063,7 @@ class DokumentUnderArbeidService(
createAndFinalizeDokumentUnderArbeidFromSvarbrev(
behandling = behandling,
svarbrev = Svarbrev(
title = "NAV orienterer om saksbehandlingen",
title = "Nav klageinstans orienterer om saksbehandlingen",
receivers = listOf(
Svarbrev.Receiver(
id = receiverId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class SvarbrevPreviewService(

private fun PreviewSvarbrevAnonymousInput.toSvarbrev(): Svarbrev {
return Svarbrev(
title = "NAV orienterer om saksbehandlingen",
title = "Nav klageinstans orienterer om saksbehandlingen",
receivers = listOf(),
fullmektigFritekst = null,
varsletBehandlingstidUnits = behandlingstidUnits,
Expand Down

0 comments on commit 5d33c73

Please sign in to comment.