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
|
||||
#{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/
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue