mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
parent
fd7a4e02be
commit
cd41c27ee1
@ -257,7 +257,7 @@ __n = function(number, singularForm, pluralForm, isQu = false)
|
||||
}
|
||||
}
|
||||
|
||||
if (pluralForm.isEmpty())
|
||||
if (pluralForm == null || pluralForm.isEmpty())
|
||||
{
|
||||
pluralForm = singularForm;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user