diff --git a/views/shoppinglist.blade.php b/views/shoppinglist.blade.php index 1b0020cc..3efea294 100644 --- a/views/shoppinglist.blade.php +++ b/views/shoppinglist.blade.php @@ -19,6 +19,7 @@ {{ $L('Add products that are below defined min. stock amount') }} +

{{ Pluralize(count($missingProducts), $L('#1 product is below defined min. stock amount', count($missingProducts)), $L('#1 products are below defined min. stock amount', count($missingProducts))) }}

@@ -37,7 +38,7 @@ @foreach($listItems as $listItem) - +