Skip to content
Snippets Groups Projects
Commit 37fae648 authored by Bojan Živanović's avatar Bojan Živanović
Browse files

Fix administrative view titles, add non breaking space to the cart block quantity.

parent 21b845a8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ dependencies:
- commerce_order
- commerce_price
id: commerce_cart_block
label: 'Shopping cart block'
label: 'Cart block'
module: views
description: ''
tag: commerce_cart_block
......@@ -92,7 +92,7 @@ display:
exclude: false
alter:
alter_text: true
text: '{{ quantity }} x'
text: '{{ quantity }} x'
make_link: false
path: ''
absolute: false
......
......@@ -9,7 +9,7 @@ dependencies:
- commerce_order
- commerce_price
id: commerce_cart_form
label: 'Shopping cart form'
label: 'Cart form'
module: views
description: ''
tag: commerce_cart_form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment