From 328d96ed60576f16b41df3999abdae215fb6876f Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 4 May 2019 15:15:03 +0200 Subject: [PATCH] Only show plural forms text field on quantity unit edit page when the current language has more than 2 plural forms to prevent confusion (references #161) --- views/quantityunitform.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/quantityunitform.blade.php b/views/quantityunitform.blade.php index a97d1f9d..01c837aa 100644 --- a/views/quantityunitform.blade.php +++ b/views/quantityunitform.blade.php @@ -32,6 +32,7 @@ + @if($pluralCount > 2)
+ @endif