Skip to content

Commit

Permalink
Stadfestelse -> Stadfestet
Browse files Browse the repository at this point in the history
  • Loading branch information
flexable777 committed Nov 8, 2023
1 parent 4c456bf commit 71add8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/klage/kodeverk/Utfall.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum class Utfall(override val id: String, override val navn: String, override v
STADFESTELSE("6", "Stadfestet", "Stadfestet"),
UGUNST("7", "Ugunst (Ugyldig)", "Ugunst (Ugyldig)"),
AVVIST("8", "Avvist", "Avvist"),
INNSTILLING_STADFESTELSE("9", "Innstilling: Stadfestelse", "Innstilling: Stadfestelse"),
INNSTILLING_STADFESTELSE("9", "Innstilling: Stadfestet", "Innstilling: Stadfestet"),
INNSTILLING_AVVIST("10", "Innstilling: Avvist", "Innstilling: Avvist"),
HEVET("11", "Hevet", "Hevet"),
HENVIST("12", "Henvist", "Henvist");
Expand Down

0 comments on commit 71add8f

Please sign in to comment.