From 4c4f03ff9687f03da08aa532bd9a36e41b86808e Mon Sep 17 00:00:00 2001 From: jacobtoppm Date: Tue, 3 Mar 2020 14:42:47 +0000 Subject: [PATCH] Change 'pages' subsection of workflow edit page to give more explicit directions --- wagtail/admin/templates/wagtailadmin/workflows/edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wagtail/admin/templates/wagtailadmin/workflows/edit.html b/wagtail/admin/templates/wagtailadmin/workflows/edit.html index 429c8f4652..a38a7aa513 100644 --- a/wagtail/admin/templates/wagtailadmin/workflows/edit.html +++ b/wagtail/admin/templates/wagtailadmin/workflows/edit.html @@ -58,10 +58,11 @@ {% endif %}
-
Pages
+
{% trans 'Select page(s) to link workflow to' %}
+

{% trans 'Child pages will also use this workflow' %}

{% if pages %} {% include "wagtailadmin/workflows/listing/_list_workflow_pages.html" %} {% paginate pages base_url=request.path %}