@@ -17,9 +17,9 @@
@if($saved = Session::get('saved'))
-
{{ Lang::get('cachet.dashboard.settings_saved') }}
+
{{ trans('cachet.dashboard.settings_saved') }}
@elseif(Session::has('saved'))
-
{{ Lang::get('cachet.dashboard.settings_not_saved') }}
+
{{ trans('cachet.dashboard.settings_not_saved') }}
@endif
diff --git a/app/views/index.blade.php b/app/views/index.blade.php
index 56a39890..1ebb2ef6 100644
--- a/app/views/index.blade.php
+++ b/app/views/index.blade.php
@@ -14,7 +14,7 @@
@if($aboutApp)
-
{{ Lang::get('cachet.about_this_site') }}
+
{{ trans('cachet.about_this_site') }}
{{ $aboutApp }}
@endif
@@ -25,7 +25,7 @@
@include('partials.graphs')
@endif --}}
-
{{ Lang::get('cachet.past_incidents') }}
+
{{ trans('cachet.past_incidents') }}
@foreach(range(0, 7) as $i => $v)
@include('partials.incident', array('i', $i))
@endforeach
diff --git a/app/views/layout/master.blade.php b/app/views/layout/master.blade.php
index e27ceaea..c5d4eb50 100644
--- a/app/views/layout/master.blade.php
+++ b/app/views/layout/master.blade.php
@@ -22,16 +22,16 @@
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
{{ $pageTitle ?: Setting::get('app_name') }} Status
diff --git a/app/views/partials/dashboard/head.blade.php b/app/views/partials/dashboard/head.blade.php
index 2e491a4d..0ee975bc 100644
--- a/app/views/partials/dashboard/head.blade.php
+++ b/app/views/partials/dashboard/head.blade.php
@@ -7,16 +7,16 @@
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
{{ isset($pageTitle) ? $pageTitle : Setting::get('app_name') }} | Cachet
diff --git a/app/views/partials/dashboard/sidebar.blade.php b/app/views/partials/dashboard/sidebar.blade.php
index 80ad52e7..8551e1bd 100644
--- a/app/views/partials/dashboard/sidebar.blade.php
+++ b/app/views/partials/dashboard/sidebar.blade.php
@@ -5,7 +5,7 @@
diff --git a/app/views/partials/incident.blade.php b/app/views/partials/incident.blade.php
index 597d980a..2f53c12a 100644
--- a/app/views/partials/incident.blade.php
+++ b/app/views/partials/incident.blade.php
@@ -35,7 +35,7 @@
@empty