diff --git a/app/views/dashboard/incident-template.blade.php b/app/views/dashboard/incident-template.blade.php index 98b4a529..f4bcb105 100644 --- a/app/views/dashboard/incident-template.blade.php +++ b/app/views/dashboard/incident-template.blade.php @@ -3,7 +3,7 @@ @section('content')
- {{ Lang::get('cachet.dashboard.incident-add') }} + {{ Lang::get('cachet.dashboard.incident-add') }} > Create an Incident Template
diff --git a/app/views/dashboard/metrics.blade.php b/app/views/dashboard/metrics.blade.php index 32a4fa8e..02d02f89 100644 --- a/app/views/dashboard/metrics.blade.php +++ b/app/views/dashboard/metrics.blade.php @@ -2,7 +2,7 @@ @section('content')
- {{ Lang::get('cachet.dashboard.metrics') }} + {{ Lang::get('cachet.dashboard.metrics') }}
diff --git a/app/views/dashboard/notifications.blade.php b/app/views/dashboard/notifications.blade.php index a7bd348a..a873b793 100644 --- a/app/views/dashboard/notifications.blade.php +++ b/app/views/dashboard/notifications.blade.php @@ -2,7 +2,7 @@ @section('content')
- {{ Lang::get('cachet.dashboard.notifications') }} + {{ Lang::get('cachet.dashboard.notifications') }}
diff --git a/app/views/dashboard/user.blade.php b/app/views/dashboard/user.blade.php index f230a505..b4e109f6 100644 --- a/app/views/dashboard/user.blade.php +++ b/app/views/dashboard/user.blade.php @@ -3,7 +3,7 @@ @section('content')
- {{ Lang::get('cachet.dashboard.user') }} + {{ Lang::get('cachet.dashboard.user') }}
diff --git a/app/views/partials/dashboard/nav.blade.php b/app/views/partials/dashboard/nav.blade.php deleted file mode 100644 index 824d8e73..00000000 --- a/app/views/partials/dashboard/nav.blade.php +++ /dev/null @@ -1,22 +0,0 @@ - diff --git a/app/views/partials/dashboard/sidebar.blade.php b/app/views/partials/dashboard/sidebar.blade.php index 7cebca73..492e9216 100644 --- a/app/views/partials/dashboard/sidebar.blade.php +++ b/app/views/partials/dashboard/sidebar.blade.php @@ -46,7 +46,7 @@ {{--
  • - {{ Lang::get('cachet.dashboard.metrics') }} + {{ Lang::get('cachet.dashboard.metrics') }}
  • --}} {{--
  • - {{ Lang::get('cachet.dashboard.notifications') }} + {{ Lang::get('cachet.dashboard.notifications') }}
  • --}}
  • diff --git a/app/views/partials/support-link.blade.php b/app/views/partials/support-link.blade.php index 207dfc01..dca1f182 100644 --- a/app/views/partials/support-link.blade.php +++ b/app/views/partials/support-link.blade.php @@ -1,7 +1,7 @@ @if(Setting::get('show_support'))