From 14e7f3dddfae93e7bb15cc61ab4104c1a1ae88cb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 18 Feb 2018 17:15:01 +0100 Subject: Archaeological sites: add towns on model --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 74b2f4221..14b9849e1 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1464,7 +1464,7 @@ CURRENCY = ((u"€", _(u"Euro")), (u"$", _(u"US dollar"))) FIND_INDEX_SOURCE = ((u"O", _(u"Operations")), (u"CR", _(u"Context records"))) -SITE_LABELS = [('site', _(u"Site")), ('entity', _(u"Archaeological entity"))] +SITE_LABELS = [('site', _(u"Site")), ('entity', _(u"Archaeological site"))] class IshtarSiteProfile(models.Model, Cached): -- cgit v1.2.3