From 1d616ac202fd12d72f186a458de170318b51b9c9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 May 2017 13:45:22 +0200 Subject: Manage migrations from v1 --- 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 445141bc2..775bff363 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1195,7 +1195,7 @@ class IshtarSiteProfile(models.Model, Cached): find_index = models.CharField( _(u"Find index is based on"), default='O', max_length=2, choices=FIND_INDEX_SOURCE, - help_text=_(u"To prevent irrlevant indexes, change this parameter " + help_text=_(u"To prevent irrelevant indexes, change this parameter " u"only if there is no find in the database")) find_color = models.CharField( _(u"CSS color code for find module"), -- cgit v1.2.3