Normalise verbose_name
and verbose_name_plural
for audio models
#4655
Labels
💻 aspect: code
Concerns the software code in the repository
📄 aspect: text
Concerns the textual material in the repository
🛠 goal: fix
Bug fix
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
🔧 tech: django
Involves Django
Description
Audio models have either none, or incorrect
verbose_name_plural
values. Additionally they all lackverbose_name
.verbose_name_plural
verbose_name_plural
verbose_name
Note the lowercasing of the first letter in
verbose_name_plural
and the use of "track(s)" to differentiate singular and plural values.This change will lead to a new no-op migration.
Additional context
These textual changes actually make a significant difference in the experience of moderation as the Django admin uses these values heavily to build menus and pages.
The text was updated successfully, but these errors were encountered: