diff options
Diffstat (limited to 'ishtar_common/models_rest.py')
-rw-r--r-- | ishtar_common/models_rest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models_rest.py b/ishtar_common/models_rest.py index b0ed5cbd4..17db09fc2 100644 --- a/ishtar_common/models_rest.py +++ b/ishtar_common/models_rest.py @@ -60,7 +60,7 @@ class ApiSearchModel(models.Model): user = models.ForeignKey(ApiUser, on_delete=models.CASCADE) content_type = models.ForeignKey(ContentType, on_delete=models.CASCADE) limit_query = models.TextField( - verbose_name=_("Limit query"), + verbose_name=_("Filter query"), blank=True, null=True, help_text=_("Search query add to each request"), |