Fix translations

This commit is contained in:
Aarni Halinen
2018-01-24 19:09:51 +02:00
parent a9164f8c6e
commit 9df62a1247
5 changed files with 182 additions and 140 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ class OhlhafvChallenge(models.Model):
('0.33 L', '0.33 L'),
('0.5 L', '0.5 L'),
('1.0 L', '1.0 L'),
(_('Team'), _('Team Challenge (1 x 0.33 L, 2 x 0.5 L, 1 x 1.0L)'))
(_('Team'), _('Team Challenge (1 x 0.33 L, 2 x 0.5 L, 1 x 1.0 L)'))
)
challenger = models.CharField(_('Challenger'), max_length=255)