Skip to content

Commit

Permalink
Merge pull request #9 from CachetHQ/2.4
Browse files Browse the repository at this point in the history
Update from upstream repo CachetHQ/Cachet
  • Loading branch information
sideffect0 committed Nov 20, 2018
2 parents 4c22cef + 89debac commit 05f9217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/lang/en/cachet.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the updates',
'subscribe' => 'Subscribe to status changes and incident updates',
'unsubscribe' => 'Unsubscribe',
'button' => 'Subscribe',
'manage_subscription' => 'Manage subscription',
Expand Down
2 changes: 1 addition & 1 deletion resources/views/subscribe/subscribe.blade.php
Original file line number Diff line number Diff line change
@@ -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]))

Expand Down

0 comments on commit 05f9217

Please sign in to comment.