diff --git a/wagtail/wagtailadmin/templates/wagtailadmin/pages/listing/_list_explore.html b/wagtail/wagtailadmin/templates/wagtailadmin/pages/listing/_list_explore.html index d9b7abb80..84ae0f71d 100644 --- a/wagtail/wagtailadmin/templates/wagtailadmin/pages/listing/_list_explore.html +++ b/wagtail/wagtailadmin/templates/wagtailadmin/pages/listing/_list_explore.html @@ -13,24 +13,39 @@ {% if parent_page.is_root %}
+ {% blocktrans %} + The root level is where you can add new sites to your Wagtail installation. Pages created here will not be accessible at any URL until they are associated with a site. + {% endblocktrans %} + {% if wagtailsites_index_url %} + {% trans "Configure a site now." %} + {% endif %} +
++ {% blocktrans %} + If you just want to add pages to an existing site, create them as children of the homepage instead. + {% endblocktrans %} +
{% else %} {% blocktrans %} - Pages created here will not be available at any URL. To add pages to an existing site, create them as children of the homepage. + Pages created here will not be accessible at any URL. To add pages to an existing site, create them as children of the homepage. {% endblocktrans %} {% endif %}