diff --git a/app/views/spree/orders/edit.html.haml b/app/views/spree/orders/edit.html.haml
index 4fdeea348b..41e808df90 100644
--- a/app/views/spree/orders/edit.html.haml
+++ b/app/views/spree/orders/edit.html.haml
@@ -2,12 +2,14 @@
.darkswarm
- content_for :order_cycle_form do
- %strong.avenir
+ %closing Your shopping cart
+ %p
Order ready on
- - if @order.order_cycle
- = pickup_time @order.order_cycle
- - else
- = @order.distributor.next_collection_at
+ %strong
+ - if @order.order_cycle
+ = pickup_time @order.order_cycle
+ - else
+ = @order.distributor.next_collection_at
= render partial: "shopping_shared/details"