Skip to content

Commit

Permalink
Use correct translation string for 'Learn' menue header
Browse files Browse the repository at this point in the history
  • Loading branch information
freefal committed Feb 10, 2020
1 parent 18e8339 commit 471fc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/menu/menuView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function renderLinks(user?: Session) {
<span className="fa fa-trophy"/>{i18n('tournaments')}
</li> : null
}
<li className="sep_link">{i18n('learn')}</li>
<li className="sep_link">{i18n('learnMenu')}</li>
{online ?
<li className="side_link" data-route="/training">
<span data-icon="-"/>{i18n('training')}
Expand Down

0 comments on commit 471fc65

Please sign in to comment.