diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 4 |
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") |