diff --git a/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox b/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox index fcd4abde6..23754aeb2 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox @@ -102,12 +102,12 @@ access_time
-

+

{{::editor.component.localizedStartDate}}

{{::editor.component.localizedStartTime}}

-

+

{{::editor.component.localizedEndDate}}

{{::editor.component.localizedEndTime}}

diff --git a/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox b/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox index cc53f88d4..28eea8609 100644 --- a/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox @@ -63,12 +63,12 @@ ng-show="editor.component.startDate || editor.component.dueDate"> access_time
-

+

{{::editor.component.localizedStartDate}}

{{::editor.component.localizedStartTime}}

-

+

{{::editor.component.localizedDueDate}}

{{::editor.component.localizedDueTime}}