Skip to content

Commit

Permalink
endre hendelsestype til norsk i bekreftelse
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMarthinsen committed Oct 22, 2024
1 parent 9636dba commit 2a1f872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default class Hot_Calendar_Absence_Modal extends LightningModal {

const confirmation = await ConfimationModal.open({
content: result,
absenceType: absenceType,
absenceType: this.getNorwegianAbsenceType(absenceType),
absenceStartDateTime: absenceStartDateTime,
absenceEndDateTime: absenceEndDateTime
});
Expand Down

0 comments on commit 2a1f872

Please sign in to comment.