Skip to content

Commit

Permalink
translate kid mode in title and hover tip of happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro committed Jun 10, 2016
1 parent 7f0f337 commit 2ccc259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/account/kid.scala.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@(u: User)(implicit ctx: Context)

@title = @{ s"${u.username} - Kid mode" }
@title = @{ s"${u.username} - ${trans.kidMode()}" }

@account.layout(title = title, active = "kid") {
<div class="content_box small_box high">
Expand All @@ -20,7 +20,7 @@ <h1 class="lichess_title">@trans.kidMode()</h1>
<br />
<p>
In kid mode, the lichess logo gets a
<span title="Kid mode" class="kiddo">😊</span> icon,<br />
<span title="@trans.kidMode()" class="kiddo">😊</span> icon,<br />
so you know that it's enabled and your kids are safe.
</p>
</div>
Expand Down

0 comments on commit 2ccc259

Please sign in to comment.