mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01: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…
Reference in New Issue
Block a user