Skip to content

Commit

Permalink
Use verbose_name_plural to title object list
Browse files Browse the repository at this point in the history
  • Loading branch information
pauk-slon authored Oct 8, 2023
2 parents f880cb3 + 7cac661 commit b16d38d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ <h1>{{ description|capfirst }}</h1>
class="default" />
</p>
</form>
<h2>{% trans "The objects to perform the action for" %}:</h2>
{% trans "selected" as selected %}
<h2>{{ selected|capfirst }} {{ opts.verbose_name_plural }}</h2>
<ul>{{ items|unordered_list }}</ul>
</div>
{% endblock %}

0 comments on commit b16d38d

Please sign in to comment.