group order edit title more clear
This commit is contained in:
parent
6cec721d4d
commit
d0147986d9
4 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
.well
|
||||
= render 'explanations'
|
||||
.well.span9
|
||||
%h2= @order.name
|
||||
%h2= t '.sub_title', order_name: @order.name
|
||||
%a(href='#tab1' data-toggle="collapse")
|
||||
=t '.details'
|
||||
#tab1.collapse
|
||||
|
|
|
@ -1070,6 +1070,7 @@ de:
|
|||
search_article: Artikel suchen...
|
||||
sum_amount: Gesamtbestellmenge bisher
|
||||
title: Bestellen
|
||||
sub_title: Bestellung für %{order_name} aufgeben
|
||||
total_sum_amount: Gesamtbetrag
|
||||
total_tolerance: Gesamt-Toleranz
|
||||
units: Gebinde
|
||||
|
|
|
@ -1072,6 +1072,7 @@ en:
|
|||
search_article: Search for articles...
|
||||
sum_amount: Current amount
|
||||
title: Orders
|
||||
sub_title: Place order for %{order_name}
|
||||
total_sum_amount: Total amount
|
||||
total_tolerance: Total tolerance
|
||||
units: Units
|
||||
|
|
|
@ -1029,6 +1029,7 @@ nl:
|
|||
search_article: Artikelen zoeken...
|
||||
sum_amount: Huidig totaalbedrag
|
||||
title: Bestellen
|
||||
sub_title: Plaats bestelling voor %{order_name}
|
||||
total_sum_amount: Totalbedrag
|
||||
total_tolerance: Totale tolerantie
|
||||
units: Eenheden
|
||||
|
|
Loading…
Reference in a new issue