Casing problem in the Dutch Django admin

I have a remark about the Dutch translation of the Django admin. On the /admin/[app]/[model]/[pk]/change/ page, there’s a heading saying something along the lines of “Edit [name of model]”. This is translated to “[name of model] wijzigen” in Dutch, but the capitalization is incorrect. It would for example say “voorraaditem wijzigen” instead of “Voorraaditem wijzigen”. If it’s not possible to add a capital letter at the start of the model name, I would suggest “Wijzig voorraaditem” as a quick workaround.

What can I do to fix this?