diff --git a/app/views/proposals/show.html.haml b/app/views/proposals/show.html.haml
index baf0e404..2c612e69 100644
--- a/app/views/proposals/show.html.haml
+++ b/app/views/proposals/show.html.haml
@@ -64,7 +64,7 @@
%dl#proposal-info
.col-md-12
%dt Date:
- %dd= @event_schedule.start_time.strftime("%Y %B %e %H:%M") if @event_schedule
+ %dd= @event_schedule.start_time.strftime("%Y %B %e - %H:%M") if @event_schedule
.col-md-12
%dt Duration:
%dd= show_time(@event.event_type.length)