From 6620c0820138964eb302ce0a64d88a4e6b8ab4e0 Mon Sep 17 00:00:00 2001 From: sacr3dc0w Date: Thu, 14 Feb 2019 11:42:09 -0800 Subject: [PATCH] fix(cp): CP-4140 fixes modal scroll issue from quickview button --- templates/components/products/list-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/products/list-item.html b/templates/components/products/list-item.html index 7b7f52c98a..f795aeb251 100644 --- a/templates/components/products/list-item.html +++ b/templates/components/products/list-item.html @@ -8,7 +8,7 @@ {{#unless hide_product_quick_view}} {{#if theme_settings.show_product_quick_view}}
- {{lang 'products.quick_view'}} + {{lang 'products.quick_view'}}
{{/if}} {{/unless}}