Commit 5dcf8780 authored by Michal Čihař's avatar Michal Čihař

Fix typo in propery name

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4ef628a8
......@@ -265,7 +265,7 @@ class Translation(models.Model, URLMixin, PercentMixin, LoggerMixin):
return self.total_words - self.translated_words
@property
def untraslated(self):
def untranslated(self):
return self.total - self.translated
def get_lock_user_display(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment