From 471a8665d093d937bb692b3d766ea4a70cafcdb4 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 25 Aug 2020 19:28:44 +0200 Subject: [PATCH] Remove the new help icons where not needed and translate help text --- localization/strings.pot | 3 +++ views/components/numberpicker.blade.php | 2 +- views/components/productpicker.blade.php | 1 - views/productform.blade.php | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/localization/strings.pot b/localization/strings.pot index 319e2fec..b13a152d 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1843,3 +1843,6 @@ msgstr "" msgid "Not enough in stock (not included in costs), %1$s missing, %2$s already on shopping list" msgstr "" + +msgid "Quantity unit stock cannot be changed after first purchase" +msgstr "" diff --git a/views/components/numberpicker.blade.php b/views/components/numberpicker.blade.php index 3ffa3cb6..db52ea8c 100644 --- a/views/components/numberpicker.blade.php +++ b/views/components/numberpicker.blade.php @@ -19,7 +19,7 @@
+ {!! $additionalHtmlContextHelp !!}
diff --git a/views/components/productpicker.blade.php b/views/components/productpicker.blade.php index 2d2cf033..ac7f51a6 100644 --- a/views/components/productpicker.blade.php +++ b/views/components/productpicker.blade.php @@ -16,7 +16,6 @@ @foreach($quantityunits as $quantityunit)