From e5471b9f732916abc4e87f5b8ee8e2c747b90e8d Mon Sep 17 00:00:00 2001 From: wvengen Date: Sun, 24 Nov 2013 01:47:34 +0100 Subject: [PATCH] more i18n cleanup --- app/views/group_orders/_form.html.haml | 2 +- config/locales/en.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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: