Don't need to use trans_choice

This commit is contained in:
James Brooks
2015-01-27 17:25:51 +00:00
parent 0d2987dfb1
commit edd9b0ae8a

View File

@@ -18,7 +18,7 @@ class DashComponentController extends Controller
{
$this->subMenu = [
'components' => [
'title' => trans_choice('dashboard.components.components', 2),
'title' => trans('dashboard.components.components'),
'url' => route('dashboard.components'),
'icon' => 'ion-outlet',
'active' => false,