From e8d66d978a10f6fd03321cd4c387721489ded27d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Jun 2025 11:44:16 +0200 Subject: 🗃️ Media exporter: database migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/models_common.py') diff --git a/ishtar_common/models_common.py b/ishtar_common/models_common.py index bb786d48d..0c22b8e7f 100644 --- a/ishtar_common/models_common.py +++ b/ishtar_common/models_common.py @@ -3168,8 +3168,8 @@ class PermissionQuery(models.Model): name = models.CharField(_("Name"), max_length=200) slug = models.SlugField(_("Slug"), unique=True) request = models.TextField( - _("Request"), blank=True, null=False, default="", - help_text=_("Use 'text' request used in Ishtar search input") + _("Query"), blank=True, null=False, default="", + help_text=_("Use 'text' query used in Ishtar search input") ) active = models.BooleanField(_("Active"), default=True) include_associated_items = models.BooleanField( -- cgit v1.2.3