diff --git a/greenmine/projects/models.py b/greenmine/projects/models.py index e0459a2a..792a6d3c 100644 --- a/greenmine/projects/models.py +++ b/greenmine/projects/models.py @@ -413,7 +413,7 @@ class QuestionStatus(models.Model): ) def __str__(self): - return "Quiestion status: {}".format(self.name) + return "Question status: {}".format(self.name) # Reversion registration (usufull for base.notification and for meke a historical)