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
@@ -6,7 +6,7 @@
<i class="icon ion-navicon"></i>
</div>
<span class="uppercase">
<i class="icons ion-outlet"></i> {{ trans_choice('dashboard.components.components', 2) }}
<i class="icons ion-outlet"></i> {{ trans('dashboard.components.components') }}
</span>
> <small>{{ trans('dashboard.components.edit.title') }}</small>
</div>