diff --git a/app/views/shop/products/_form.html.haml b/app/views/shop/products/_form.html.haml index 0813d2dae0..80c934d7e5 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: "Go to my cart", + %input.button.primary.right.add_to_cart{type: :submit, value: "Shopping 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: "Go to my cart", + %input.button.primary.right.add_to_cart{type: :submit, value: "Shopping cart >", "ng-disabled" => "Cart.dirty"}