From f05ad56db66a95332db4a8e440b38ba8a66b91ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20St=C3=A5lberg?= Date: Thu, 25 Apr 2019 04:58:40 +0200 Subject: [PATCH] Fixed missing # Added a # to a translation to fetch correct number of days until expiring. --- localization/sv_SE/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localization/sv_SE/strings.php b/localization/sv_SE/strings.php index ba84f453..8383dbc9 100644 --- a/localization/sv_SE/strings.php +++ b/localization/sv_SE/strings.php @@ -2,7 +2,7 @@ return array( 'Stock overview' => 'Lageröversikt', - '#1 products expiring within the next #2 days' => '#1 produkter som löper ut inom 2 dagar', + '#1 products expiring within the next #2 days' => '#1 produkter som löper ut inom #2 dagar', '#1 products are already expired' => '#1 produkter är redan utgått', '#1 products are below defined min. stock amount' => '#1 produkter är under definierade min. lagerbelopp', 'Product' => 'Produkt',