Remove colon from cart total text

This commit is contained in:
Matt-Yorkley
2020-05-22 16:30:46 +02:00
parent 8ac971651c
commit 786348bc71

View File

@@ -30,7 +30,6 @@
%p.cart-total
%strong
= t 'total'
\:
{{ Cart.total() | localizeCurrency }}
%a.edit-cart.button.large.dark.left{href: main_app.cart_path, "ng-disabled" => "Cart.dirty || Cart.empty()", "ng-class" => "{ dirty: Cart.dirty }"}