mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Remove colon from cart total text
This commit is contained in:
@@ -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 }"}
|
||||
|
||||
Reference in New Issue
Block a user