Commit a108c582 authored by Taddeus Kroes's avatar Taddeus Kroes

Changed menu link

parent d7070cab
...@@ -161,8 +161,8 @@ msgstr "JJJJ-MM-DD" ...@@ -161,8 +161,8 @@ msgstr "JJJJ-MM-DD"
msgid "Average arrow score over time" msgid "Average arrow score over time"
msgstr "Gemiddelde pijlscore over tijd" msgstr "Gemiddelde pijlscore over tijd"
msgid "Progress graph" msgid "Progress"
msgstr "Voortgangsgrafiek" msgstr "Voortgang"
msgid "Profile" msgid "Profile"
msgstr "Profiel" msgstr "Profiel"
......
{var $menu = $user->isLoggedIn() ? [ {var $menu = $user->isLoggedIn() ? [
['matches', _('Matches')], ['matches', _('Matches')],
["user/{$user->getId()}", _('Profile')], ["user/{$user->getId()}", _('Profile')],
["user/{$user->getId()}/plot", _('Progress graph')], ["user/{$user->getId()}/plot", _('Progress')],
$user->isInRole('admin') ? ['users', _('Users')], $user->isInRole('admin') ? ['users', _('Users')],
['logout', _('Logout')], ['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