diff --git a/resources/views/customers/partials/nav-tabs.blade.php b/resources/views/customers/partials/nav-tabs.blade.php
index f3a47bc..d60ba0c 100644
--- a/resources/views/customers/partials/nav-tabs.blade.php
+++ b/resources/views/customers/partials/nav-tabs.blade.php
@@ -1,7 +1,7 @@
-
- {!! link_to_route('customers.show', trans('customer.show'), [$customer]) !!}
+ {!! link_to_route('customers.show', trans('customer.detail'), [$customer]) !!}
-
{!! link_to_route('customers.projects', trans('customer.projects').' ('.$customer->projects->count().')', [$customer]) !!}
diff --git a/resources/views/customers/show.blade.php b/resources/views/customers/show.blade.php
index 91b09ec..2540d73 100755
--- a/resources/views/customers/show.blade.php
+++ b/resources/views/customers/show.blade.php
@@ -4,7 +4,6 @@
-
{{ trans('customer.show') }}
| {{ trans('customer.name') }} | {{ $customer->name }} |
diff --git a/resources/views/layouts/customer.blade.php b/resources/views/layouts/customer.blade.php
index 117026f..c1da628 100755
--- a/resources/views/layouts/customer.blade.php
+++ b/resources/views/layouts/customer.blade.php
@@ -1,6 +1,6 @@
@extends('layouts.app')
-@section('title', trans('customer.show'))
+@section('title', trans('customer.detail'))
@section('content')