diff --git a/src/app/modules/schedule/page/modal/modal-event-creator.html b/src/app/modules/schedule/page/modal/modal-event-creator.html index fadb8a84..4fe290fc 100644 --- a/src/app/modules/schedule/page/modal/modal-event-creator.html +++ b/src/app/modules/schedule/page/modal/modal-event-creator.html @@ -13,14 +13,16 @@ ~ this program. If not, see . --> - - {{ - 'schedule.addEventModal.addEvent' | translate - }} - - {{ 'modal.DISMISS' | translate }} - - + + {{ + 'schedule.addEventModal.addEvent' | translate | titlecase + }} + + + {{ 'modal.DISMISS' | translate }} + + + - - - - - - {{ 'schedule.calendar' | translate }} - - - {{ 'schedule.recurring' | translate }} - - - {{ 'schedule.single' | translate }} - - + + + + + + + + + {{ 'schedule.calendar' | translate }} + + + {{ 'schedule.recurring' | translate }} + + + {{ 'schedule.single' | translate }} + + +
ion-button[disabled] { + opacity: 1; +} + +ion-button > ion-label { + overflow: visible !important +}