From f6c46d47075763c73b26f4913c56ccfdf260c590 Mon Sep 17 00:00:00 2001 From: summerscope Date: Tue, 17 Jun 2014 10:50:47 +1000 Subject: [PATCH] Tweak label until shipping methods are available --- app/views/shop/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shop/show.html.haml b/app/views/shop/show.html.haml index ad0080edae..8b1d08d08f 100644 --- a/app/views/shop/show.html.haml +++ b/app/views/shop/show.html.haml @@ -6,9 +6,9 @@ Next order closing %strong {{ OrderCycle.orders_close_at() | date_in_words }} - %span Ready for pickup + %span Ready for - / Will this label should be a variable to reflect pickup or delivery as appropriate + / Will this label should be a variable to reflect 'Ready for pickup / delivery' as appropriate %select.avenir#order_cycle_id{"ng-model" => "order_cycle.order_cycle_id", "ng-change" => "changeOrderCycle()",