diff --git a/src/app/features/calendar/calendar.component.html b/src/app/features/calendar/calendar.component.html index ca75148..031d1ee 100644 --- a/src/app/features/calendar/calendar.component.html +++ b/src/app/features/calendar/calendar.component.html @@ -19,7 +19,7 @@ - {{ isToday(calendarDate.date) ? (translations.calendar.events.title.today | translate) : (translations.calendar.events.title.not_today | translate) + (calendarDate.date | localizedDate) }} + {{ + isToday(calendarDate.date) ? (translations.calendar.events.title.today | translate) : (translations.calendar.events.title.not_today | translate) + (calendarDate.date | localizedDate) + }} - @@ -63,11 +65,11 @@
- diff --git a/src/app/features/calendar/components/calendar-search/calendar-search.component.html b/src/app/features/calendar/components/calendar-search/calendar-search.component.html index 31f5c25..8522942 100644 --- a/src/app/features/calendar/components/calendar-search/calendar-search.component.html +++ b/src/app/features/calendar/components/calendar-search/calendar-search.component.html @@ -10,10 +10,12 @@ [required]="false" > - + {{ translations.calendar.search.show_all.title | translate }} @@ -52,5 +54,13 @@
} - + +