From 0f2ae79e05ae0cc46061b84f86dba85429e54d05 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 26 Nov 2015 15:58:57 +1100 Subject: [PATCH] Fixing "Shop for" label on groups producer modal --- .../javascripts/templates/partials/producer_details.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/templates/partials/producer_details.html.haml b/app/assets/javascripts/templates/partials/producer_details.html.haml index 36718e0cb9..599b977dfc 100644 --- a/app/assets/javascripts/templates/partials/producer_details.html.haml +++ b/app/assets/javascripts/templates/partials/producer_details.html.haml @@ -6,7 +6,7 @@ .row .columns.small-12.fat %div{"bo-if" => "enterprise.name"} - %label{"bo-html" => "t('shop_for_products_html', {enterprise: enterprise.name})"} + %label{"bo-html" => "'shop_for_products_html' | t:{enterprise: enterprise.name}"} %div.show-for-medium-up{"bo-if" => "!enterprise.name"}   .row.cta-container