Pass through app_name to the preheader locale
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user