Skip to content

Commit

Permalink
Merge pull request #1132 from freefal/master
Browse files Browse the repository at this point in the history
Use correct translation string for 'Learn' menu header
  • Loading branch information
veloce authored Feb 29, 2020
2 parents eb33d7f + 471fc65 commit 6032187
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 6032187

Please sign in to comment.