From fcc2f7ad54c8abae72a838c3684dd2b69913b696 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 8 Aug 2023 21:39:20 +0200 Subject: [PATCH] fix: Remove publish/draft reference from grouper admin message --- cms/templates/admin/cms/grouper/change_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/admin/cms/grouper/change_form.html b/cms/templates/admin/cms/grouper/change_form.html index bf7ba03add8..7851573e7c7 100644 --- a/cms/templates/admin/cms/grouper/change_form.html +++ b/cms/templates/admin/cms/grouper/change_form.html @@ -14,7 +14,7 @@ {% endblock %} {% if content_instance.versions and content_instance.versions.first.state != "draft" %}
-

{% trans "Some fields cannot be changed since they are not draft content." %}

+

{% trans "Some fields cannot be changed since they are read-only content." %}

{% endif %} {{ block.super }}