Merge pull request #9 from CachetHQ/2.4

Update from upstream repo CachetHQ/Cachet
This commit is contained in:
Mr.Patch
2018-11-20 10:30:07 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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]))