From f8d78169e821915d580f4fc0235e637c34f7b6c3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 27 May 2024 15:33:36 +0200 Subject: ✏️ fix label (refs #5911) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 1aab612df..fe7264c51 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -714,8 +714,8 @@ class JsonDataSection(models.Model): objects = JsonDataSectionManager() class Meta: - verbose_name = _("Custom data - Menu") - verbose_name_plural = _("Custom data - Menus") + verbose_name = _("Custom data - Section") + verbose_name_plural = _("Custom data - Sections") ordering = ["order", "name"] unique_together = ("name", "content_type") ADMIN_SECTION = _("Custom data / custom forms") -- cgit v1.2.3