diff --git a/app/views/group_orders/_form.html.haml b/app/views/group_orders/_form.html.haml index 758c4a81..bf5ff47d 100644 --- a/app/views/group_orders/_form.html.haml +++ b/app/views/group_orders/_form.html.haml @@ -134,7 +134,7 @@ .pull-left #{heading_helper Article, :manufacturer}: #{order_article.article.manufacturer} %br/ - #{t '.units'}: #{@order.stockit? ? order_article.article.quantity_available : @ordering_data[:order_articles][order_article.id][:unit]} * #{h order_article.article.unit} + #{heading_helper Article, :units}: #{@order.stockit? ? order_article.article.quantity_available : @ordering_data[:order_articles][order_article.id][:unit]} * #{h order_article.article.unit} %br/ #{heading_helper Article, :note}: #{order_article.article.note} %br/ diff --git a/config/locales/en.yml b/config/locales/en.yml index 928f266e..2a4e2f24 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -728,7 +728,6 @@ en: title: Orders total_sum_amount: Total amount total_tolerance: Total tolerance - units: Units units_full: Filled units units_total: Total units index: