Skip to content

Commit

Permalink
Rettet tekst i InformasjonOmSaksbehandlingstidPE.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
e136581 committed Jan 26, 2025
1 parent ce893e4 commit 16978b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object InformasjonOmSaksbehandlingstidPE : RedigerbarTemplate<InformasjonOmSaksb
val annetLand = fritekst("land")
textExpr(
Bokmal to "Vi har ".expr() + mottattDato + " mottatt søknaden din om " + ytelse + " fra trygdemyndighetene i " + annetLand + ".",
Nynorsk to "Vi har ".expr() + mottattDato + " fått søknaden din om " + ytelse + " fra trygdeorgana i " + annetLand + ".",
Nynorsk to "Vi har ".expr() + mottattDato + " fått søknaden din om " + ytelse + " frå trygdeorgana i " + annetLand + ".",
English to "We received your application for ".expr() + ytelse + " from the National Insurance authorities in " + annetLand +
" on " + mottattDato + "."
)
Expand Down

0 comments on commit 16978b6

Please sign in to comment.