Commit a108c582 authored by Taddeus Kroes's avatar Taddeus Kroes

Changed menu link

parent d7070cab
......@@ -161,8 +161,8 @@ msgstr "JJJJ-MM-DD"
msgid "Average arrow score over time"
msgstr "Gemiddelde pijlscore over tijd"
msgid "Progress graph"
msgstr "Voortgangsgrafiek"
msgid "Progress"
msgstr "Voortgang"
msgid "Profile"
msgstr "Profiel"
......
{var $menu = $user->isLoggedIn() ? [
['matches', _('Matches')],
["user/{$user->getId()}", _('Profile')],
["user/{$user->getId()}/plot", _('Progress graph')],
["user/{$user->getId()}/plot", _('Progress')],
$user->isInRole('admin') ? ['users', _('Users')],
['logout', _('Logout')],
] : [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment