Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions modules/title/src/main/ui/TitleUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,10 @@ Today's date is [current date]""")
),
form3.split(
form3.checkbox(
if form("public").value.isDefined || form.hasErrors
then form("public")
else form("public").copy(value = "true".some),
form("public"),
frag("Public account"),
help = frag(
"Makes your real name public. Required for coaching, streaming, and prize tournaments."
"Makes your real name and FIDE ID public in your profile. Required for coaching."
).some,
half = true
),
Expand Down
Loading