diff --git a/app/templating/GameHelper.scala b/app/templating/GameHelper.scala index 8d721966da..6ac07eeb3e 100644 --- a/app/templating/GameHelper.scala +++ b/app/templating/GameHelper.scala @@ -242,7 +242,7 @@ trait GameHelper { self: I18nHelper with UserHelper with AiHelper with StringHel } def challengeTitle(c: lila.challenge.Challenge)(implicit ctx: UserContext) = { - val speed = c.clock.map(_.config).fold(I18nKeys.unlimited.txt()) { clock => + val speed = c.clock.map(_.config).fold(chess.Speed.Correspondence.name) { clock => s"${chess.Speed(clock).name} (${clock.show})" } val variant = c.variant.exotic ?? s" ${c.variant.name}"