0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Change no-results message to "There are no results".

As per https://github.com/wagtail/wagtail/pull/10859#discussion_r1317288103, referring to the act of creating items is a distraction from the current workflow, and particularly misleading for filtered listings (where records might exist, just not matching the current criteria).
This commit is contained in:
Matt Westcott 2023-09-06 14:31:32 +01:00
parent 8223162c93
commit 15a8acd14b

View File

@ -26,7 +26,7 @@
{% endblock %}
{% else %}
{% block no_items_message %}
<p>{% trans "No items have been created." %}</p>
<p>{% trans "There are no results." %}</p>
{% endblock %}
{% endif %}
{% endif %}