diff --git a/calendar/js/et2_widget_event.js b/calendar/js/et2_widget_event.js
index 38bf13bc02..906ff843b5 100644
--- a/calendar/js/et2_widget_event.js
+++ b/calendar/js/et2_widget_event.js
@@ -476,7 +476,7 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
var times = !this.options.value.multiday ?
''+this.egw().lang('Time')+':' + timespan :
- ''+this.egw().lang('Start') + ':' +start+
+ ''+this.egw().lang('Start') + ':' +start+ ' ' +
''+this.egw().lang('End') + ':' + end;
var cat_label = '';
if(this.options.value.category)