Skip to content

Commit

Permalink
avoid "simul simul" in the title
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jul 15, 2024
1 parent 8c77337 commit 5b25013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/simul/src/main/ui/SimulUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class SimulUi(helpers: Helpers):
a(href := routes.Simul.show(s.id), cls := "tour-spotlight little")(
img(cls := "img icon", src := assetUrl("images/fire-silhouette.svg")),
span(cls := "content")(
span(cls := "name")(s.name, " simul"),
span(cls := "name")(s.name, (!s.name.toLowerCase.endsWith(" simul")).so(" simul")),
span(cls := "more")(
trans.site.nbPlayers.plural(s.applicants.size, s.applicants.size.localize),
"",
Expand Down

0 comments on commit 5b25013

Please sign in to comment.