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:
parent
8223162c93
commit
15a8acd14b
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user