From d0147986d9d2abbba28ed721156020a95558136d Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Thu, 23 Feb 2023 13:29:58 +0100 Subject: [PATCH] group order edit title more clear --- app/views/group_orders/_form.html.haml | 2 +- config/locales/de.yml | 1 + config/locales/en.yml | 1 + config/locales/nl.yml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/group_orders/_form.html.haml b/app/views/group_orders/_form.html.haml index b61d601a..b8b5eeb1 100644 --- a/app/views/group_orders/_form.html.haml +++ b/app/views/group_orders/_form.html.haml @@ -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 diff --git a/config/locales/de.yml b/config/locales/de.yml index 37ab4243..a5eb39d9 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -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 diff --git a/config/locales/en.yml b/config/locales/en.yml index bcca0856..cfafdbf8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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 diff --git a/config/locales/nl.yml b/config/locales/nl.yml index ee9e3fec..a4ad4fe5 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -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