Merge pull request #9 from CachetHQ/2.4
Update from upstream repo CachetHQ/Cachet
This commit is contained in:
@@ -77,7 +77,7 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'subscribe' => 'Subscribe to status changes and incident updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@extends('layout.master')
|
||||
|
||||
@section('title', trans('cachet.subscriber.subscribe'). " | ". $siteTitle))
|
||||
@section('title', trans('cachet.subscriber.subscribe'). " | ". $siteTitle)
|
||||
|
||||
@section('description', trans('cachet.meta.description.subscribe', ['app' => $siteTitle]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user