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

View File

@@ -20,7 +20,7 @@ class DashComponentController extends Controller
'components' => [
'title' => trans_choice('dashboard.components.components', 2),
'url' => route('dashboard.components'),
'icon' => 'ion-ios-keypad',
'icon' => 'ion-outlet',
'active' => false,
],
'groups' => [