diff --git a/src/apps/opening-hours-editor/EventForm.tsx b/src/apps/opening-hours-editor/EventForm.tsx index 6c4116f952..ad1c0a7384 100644 --- a/src/apps/opening-hours-editor/EventForm.tsx +++ b/src/apps/opening-hours-editor/EventForm.tsx @@ -180,37 +180,14 @@ const EventForm: React.FC = ({ htmlFor="event-form-repeated" > {t("openingHoursEventFormRepeatedText", { - placeholders: { "@startDate": startDateString } + placeholders: { + "@startDate": startDateString, + "@weekDayName": weekDayName + } })} -
- - -
- -
- - -
-