Skip to content

Commit

Permalink
Juster tittel
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusae committed Feb 18, 2025
1 parent 95c08cf commit 5b5f2bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object NotifikasjonTekst {
selvbestemtId: UUID,
): String = "$linkUrl/im-dialog/kvittering/agi/$selvbestemtId"

fun sakTittel(sykmeldt: Person): String = "Inntektsmelding for ${sykmeldt.navn}: f. ${sykmeldt.fnr.lesFoedselsdato()}"
fun sakTittel(sykmeldt: Person): String = "Sykepenger for ${sykmeldt.navn} (f. ${sykmeldt.fnr.lesFoedselsdato()})"

fun sakTilleggsinfo(sykmeldingsperioder: List<Periode>): String = "Sykmeldingsperiode ${sykmeldingsperioder.tilKortFormat()}"

Expand Down

0 comments on commit 5b5f2bd

Please sign in to comment.