From 65c15ca20bac1c4f2a2ba4a911cb563928f5c1d9 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 11 Apr 2014 13:12:40 +1000 Subject: [PATCH] Changing message for order cycle selector popup --- app/views/shop/shop/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shop/shop/show.html.haml b/app/views/shop/shop/show.html.haml index 08f8ff448e..1ec4da7b2e 100644 --- a/app/views/shop/shop/show.html.haml +++ b/app/views/shop/shop/show.html.haml @@ -5,7 +5,7 @@ %select.avenir#order_cycle_id{"ng-model" => "order_cycle.order_cycle_id", "ng-change" => "changeOrderCycle()", "ng-options" => "oc.id as oc.time for oc in #{@order_cycles.map {|oc| {time: pickup_time(oc), id: oc.id}}.to_json}", - "popover-placement" => "bottom", "popover" => "Select an order cycle", "popover-trigger" => "openTrigger"} + "popover-placement" => "bottom", "popover" => "When do you want to get your order?", "popover-trigger" => "openTrigger"} %closing{"ng-if" => "OrderCycle.selected()"} Orders close