Skip to content

Commit

Permalink
fixed translation bug (managment -> management)
Browse files Browse the repository at this point in the history
  • Loading branch information
bone4 committed Oct 6, 2017
1 parent b77265c commit f7b99cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Resources/views/includes/navbar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{% trans %}menu.groupManagment.title{% endtrans %}
{% trans %}menu.groupManagement.title{% endtrans %}
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="/groups/show/all">{% trans %}menu.groupManagment.showAllGroups{% endtrans %}</a>
<a class="dropdown-item" href="/groups/show/all">{% trans %}menu.groupManagement.showAllGroups{% endtrans %}</a>
</div>
</li>

Expand Down

0 comments on commit f7b99cc

Please sign in to comment.