diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |