Language improvements

Signed-off-by: Graham Campbell <graham@mineuk.com>
This commit is contained in:
Valentin PRUGNAUD
2015-01-05 11:12:34 +00:00
committed by Graham Campbell
parent 81bbccb3c4
commit 08a016ff2b
50 changed files with 920 additions and 281 deletions

View File

@@ -19,7 +19,7 @@ class DashUserController extends Controller
public function showUser()
{
return View::make('dashboard.user.index')->with([
'pageTitle' => 'User - Dashboard',
'pageTitle' => trans('dashboard.team.profile').' - '.trans('dashboard.dashboard'),
]);
}