From edd9b0ae8aa0dc798aee2f420f85cc4590dd8305 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Jan 2015 17:25:51 +0000 Subject: [PATCH] Don't need to use trans_choice --- src/Http/Controllers/DashComponentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Controllers/DashComponentController.php b/src/Http/Controllers/DashComponentController.php index e822d1a9..e73998c5 100644 --- a/src/Http/Controllers/DashComponentController.php +++ b/src/Http/Controllers/DashComponentController.php @@ -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,