mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
@@ -257,7 +257,7 @@ __n = function(number, singularForm, pluralForm, isQu = false)
|
||||
}
|
||||
}
|
||||
|
||||
if (pluralForm.isEmpty())
|
||||
if (pluralForm == null || pluralForm.isEmpty())
|
||||
{
|
||||
pluralForm = singularForm;
|
||||
}
|
||||
|
Reference in New Issue
Block a user