more i18n cleanup
This commit is contained in:
parent
652a392b37
commit
e5471b9f73
2 changed files with 1 additions and 2 deletions
|
@ -134,7 +134,7 @@
|
||||||
.pull-left
|
.pull-left
|
||||||
#{heading_helper Article, :manufacturer}: #{order_article.article.manufacturer}
|
#{heading_helper Article, :manufacturer}: #{order_article.article.manufacturer}
|
||||||
%br/
|
%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/
|
%br/
|
||||||
#{heading_helper Article, :note}: #{order_article.article.note}
|
#{heading_helper Article, :note}: #{order_article.article.note}
|
||||||
%br/
|
%br/
|
||||||
|
|
|
@ -728,7 +728,6 @@ en:
|
||||||
title: Orders
|
title: Orders
|
||||||
total_sum_amount: Total amount
|
total_sum_amount: Total amount
|
||||||
total_tolerance: Total tolerance
|
total_tolerance: Total tolerance
|
||||||
units: Units
|
|
||||||
units_full: Filled units
|
units_full: Filled units
|
||||||
units_total: Total units
|
units_total: Total units
|
||||||
index:
|
index:
|
||||||
|
|
Loading…
Reference in a new issue