From f2c85f388f9881c08858830cc06f078a711409ba Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 Jul 2024 16:40:44 +0200 Subject: 🌐 update translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 1f8eab6a8..394bd5382 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1184,7 +1184,7 @@ class IshtarSiteProfile(models.Model, Cached): no_context_button = models.ForeignKey( "archaeological_context_records.ContextRecord", verbose_name=_("Context record for no context button"), - help_text=_('If provided a button is displayed on find search pages to create a "No context" find'), + help_text=_('If provided a button is displayed on find add page to create a "No context" find'), on_delete=models.SET_NULL, null=True, blank=True -- cgit v1.2.3