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 | 1d616ac202fd12d72f186a458de170318b51b9c9 (patch) | |
tree | 11ba41033f78b9e7c29ce221823bb5c96aab5bc2 /ishtar_common/models.py | |
parent | 2a0344edfa2a4dc12f0be84a8eb16725e05cfe0b (diff) | |
download | Ishtar-1d616ac202fd12d72f186a458de170318b51b9c9.tar.bz2 Ishtar-1d616ac202fd12d72f186a458de170318b51b9c9.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"), |