Pass through app_name to the preheader locale

This commit is contained in:
James Brooks 2015-06-15 20:22:01 +01:00
parent 3bc499a093
commit f867d22b96

View File

@ -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')