Weird behaviour of display name of a collection type in admin

We use the pluralize library to automatically create the plural form of a model (this is used in the admin panel and the backend). As the plural form of person is people it’s handled automatically.

There has been some discussion as to adding a means to disable this, but currently we don’t have the option.