mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
use nav.profile for i18n
This commit is contained in:
parent
a6ad04af53
commit
eb30daf07a
2 changed files with 1 additions and 2 deletions
app
|
@ -932,7 +932,6 @@
|
|||
account:
|
||||
recently_played: "Recently Played"
|
||||
no_recent_games: "No games played during the past two weeks."
|
||||
profile: "Profile"
|
||||
payments: "Payments"
|
||||
purchased: "Purchased"
|
||||
subscription: "Subscription"
|
||||
|
|
|
@ -7,7 +7,7 @@ block append content
|
|||
span.glyphicon.glyphicon-home
|
||||
li
|
||||
a(href="/account", data-i18n="nav.account")
|
||||
li.active(data-i18n="account.profile")
|
||||
li.active(data-i18n="nav.profile")
|
||||
|
||||
if user
|
||||
.vertical-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue