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:
|
account:
|
||||||
recently_played: "Recently Played"
|
recently_played: "Recently Played"
|
||||||
no_recent_games: "No games played during the past two weeks."
|
no_recent_games: "No games played during the past two weeks."
|
||||||
profile: "Profile"
|
|
||||||
payments: "Payments"
|
payments: "Payments"
|
||||||
purchased: "Purchased"
|
purchased: "Purchased"
|
||||||
subscription: "Subscription"
|
subscription: "Subscription"
|
||||||
|
|
|
@ -7,7 +7,7 @@ block append content
|
||||||
span.glyphicon.glyphicon-home
|
span.glyphicon.glyphicon-home
|
||||||
li
|
li
|
||||||
a(href="/account", data-i18n="nav.account")
|
a(href="/account", data-i18n="nav.account")
|
||||||
li.active(data-i18n="account.profile")
|
li.active(data-i18n="nav.profile")
|
||||||
|
|
||||||
if user
|
if user
|
||||||
.vertical-buffer
|
.vertical-buffer
|
||||||
|
|
Reference in a new issue