summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-05-27 15:33:36 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-05-27 15:33:36 +0200
commitf8d78169e821915d580f4fc0235e637c34f7b6c3 (patch)
treefe08d470dc230607cafe9165b5f07b0c55960445 /ishtar_common/models.py
parent1be1d7afc81559226747d568ed491d5a55150ff1 (diff)
downloadIshtar-f8d78169e821915d580f4fc0235e637c34f7b6c3.tar.bz2
Ishtar-f8d78169e821915d580f4fc0235e637c34f7b6c3.zip
✏️ fix label (refs #5911)
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py4
1 files changed, 2 insertions, 2 deletions
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")