mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 17:02:28 +00:00
Fix one translation
This commit is contained in:
parent
66505fd72a
commit
12e4222393
@ -299,7 +299,7 @@ class Synthesis(Document):
|
|||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return _("Synthesis of team {trigram} that is {source} for the tournament {tournament}")\
|
return _("Synthesis of team {trigram} that is {source} for the tournament {tournament}")\
|
||||||
.format(trigram=self.team.trigram, source=self.source, tournament=self.tournament)
|
.format(trigram=self.team.trigram, source=self.get_source_display(), tournament=self.tournament)
|
||||||
|
|
||||||
|
|
||||||
class Config(models.Model):
|
class Config(models.Model):
|
||||||
|
Loading…
Reference in New Issue
Block a user