diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-15 13:45:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-15 13:45:22 +0200 |
commit | 8e29863487b176ec1877907658caa3c65d114882 (patch) | |
tree | 11ba41033f78b9e7c29ce221823bb5c96aab5bc2 /ishtar_common/models.py | |
parent | a0d7d147f3b0aab083b59b313c1bc5b8e2240528 (diff) | |
download | Ishtar-8e29863487b176ec1877907658caa3c65d114882.tar.bz2 Ishtar-8e29863487b176ec1877907658caa3c65d114882.zip |
Manage migrations from v1
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 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"), |