You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the admin page, the name of the aggregator.LocalDjangoCommunity model is listed as "Local django communitys":
This should be "Local Django communities" (capital "D" for Django, and "-ies" for the plural instead of "-ys"). When fixing this, make sure the strings are marked for translation (using gettext_lazy which is already imported in the models file).
The text was updated successfully, but these errors were encountered:
I want to work on this issue, Can you assign me the Issue ?
To solve the issue of correctly displaying the plural name for the LocalDjangoCommunity model in the Django admin, I would update the model's Meta class to include a verbose_name_plural attribute with the correct name.
arpan8925
added a commit
to arpan8925/djangoproject.com
that referenced
this issue
Nov 16, 2024
On the admin page, the name of the
aggregator.LocalDjangoCommunity
model is listed as "Local django communitys":This should be "Local Django communities" (capital "D" for Django, and "-ies" for the plural instead of "-ys"). When fixing this, make sure the strings are marked for translation (using
gettext_lazy
which is already imported in the models file).The text was updated successfully, but these errors were encountered: