Fix "Component" lang being plural

This commit is contained in:
James Brooks
2015-01-27 17:25:37 +00:00
parent 0e25cf6e17
commit 0d2987dfb1
6 changed files with 6 additions and 6 deletions
@@ -46,7 +46,7 @@
<li {{ set_active('dashboard/components*') }}>
<a href="{{ route('dashboard.components') }}">
<i class="icons ion-outlet"></i>
<span>{{ trans_choice('dashboard.components.components', 2) }}</span>
<span>{{ trans('dashboard.components.components') }}</span>
</a>
</li>
<li {{ set_active('dashboard/team*') }}>