diff --git a/app/views/shopping_shared/_producers.html.haml b/app/views/shopping_shared/_producers.html.haml index 894cd09d61..2173b3b53f 100644 --- a/app/views/shopping_shared/_producers.html.haml +++ b/app/views/shopping_shared/_producers.html.haml @@ -2,8 +2,7 @@ .row .small-12.columns %h5 - =current_distributor.name - 's producers: + = "#{current_distributor.name}'s producers:" %ul.ofn-list %li{"ng-repeat" => "producer in CurrentHub.producers"} = render partial: "modals/producer"