Skip to content
Snippets Groups Projects
Commit a108c582 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Changed menu link

parent d7070cab
No related branches found
No related tags found
No related merge requests found
......@@ -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')],
] : [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment