diff --git a/app/lang/en/cachet.php b/app/lang/en/cachet.php index ff307bf1..39f62f63 100644 --- a/app/lang/en/cachet.php +++ b/app/lang/en/cachet.php @@ -35,6 +35,7 @@ return array( 'component-add' => 'Add Component', 'incidents' => 'Incidents', 'incident-add' => 'Add Incident', + 'incident-create-template' => 'Create Template', 'metrics' => 'Metrics', 'status_page' => 'Status Page', 'settings' => 'Settings', diff --git a/app/views/partials/dashboard/sidebar.blade.php b/app/views/partials/dashboard/sidebar.blade.php index fd3fc335..35da21c8 100644 --- a/app/views/partials/dashboard/sidebar.blade.php +++ b/app/views/partials/dashboard/sidebar.blade.php @@ -27,6 +27,11 @@ {{ Lang::get('cachet.dashboard.incident-add') }} +