My Django (Grappelli theme) admin lists all my apps and then the model names are displayed in plural form. To convert the name to plural, Django adds an 's' to the name of the model, however some of these are incorrect. For example, 'Product categories' becomes 'Product categorys'My Django (Grappelli theme) admin lists all my