From 65b7cadf097793cdb66b2a554cea1e939ed89140 Mon Sep 17 00:00:00 2001 From: summerscope Date: Wed, 6 Aug 2014 16:28:22 +1000 Subject: [PATCH] Change label for next button to Go to my cart --- app/views/shop/products/_form.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shop/products/_form.html.haml b/app/views/shop/products/_form.html.haml index a10edd7fb9..0813d2dae0 100644 --- a/app/views/shop/products/_form.html.haml +++ b/app/views/shop/products/_form.html.haml @@ -12,7 +12,7 @@ %form{action: cart_path} .small-12.medium-4.large-3.columns - %input.button.primary.right.add_to_cart{type: :submit, value: "Checkout now", + %input.button.primary.right.add_to_cart{type: :submit, value: "Go to my cart", "ng-disabled" => "Cart.dirty"} %div.pad-top{bindonce: true} @@ -38,6 +38,6 @@ .row .small-12.columns %form{action: cart_path} - %input.button.primary.right.add_to_cart{type: :submit, value: "Checkout now", + %input.button.primary.right.add_to_cart{type: :submit, value: "Go to my cart", "ng-disabled" => "Cart.dirty"}