diff --git a/app/views/admin/order_cycles/checkout_options.html.haml b/app/views/admin/order_cycles/checkout_options.html.haml index ecc0333c6d..7552c5f3a5 100644 --- a/app/views/admin/order_cycles/checkout_options.html.haml +++ b/app/views/admin/order_cycles/checkout_options.html.haml @@ -62,7 +62,7 @@ = input.label %p — - %em> + %em = shared_shipping_method.distributors.where(id: @order_cycle.distributor_ids).map(&:name).join(", ") %td - if shared_payment_methods.any?