summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-07-15 16:40:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-07-15 16:40:44 +0200
commitf2c85f388f9881c08858830cc06f078a711409ba (patch)
treeddf3d9da43c6f2b18601041bbe83f0eeba25c8a8 /ishtar_common
parent14075c7c744bb80da7f25c28f8c4f1322f30a69e (diff)
downloadIshtar-f2c85f388f9881c08858830cc06f078a711409ba.tar.bz2
Ishtar-f2c85f388f9881c08858830cc06f078a711409ba.zip
🌐 update translations
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/models.py2
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