diff --git a/resources/views/emails/subscribers/verify-html.blade.php b/resources/views/emails/subscribers/verify-html.blade.php index ac91fd3d..3575107a 100644 --- a/resources/views/emails/subscribers/verify-html.blade.php +++ b/resources/views/emails/subscribers/verify-html.blade.php @@ -1,7 +1,7 @@ @extends('layout.emails') @section('preheader') -{!! trans('cachet.subscriber.email.verify.html-preheader') !!} +{!! trans('cachet.subscriber.email.verify.html-preheader', ['app_name' => Setting::get('app_name')]) !!} @stop @section('content')