Merge pull request #1498 from vidit10/#00-show_from_address

Use "from" address on error pages.
This commit is contained in:
Hillel Coren 2017-05-21 16:48:38 +03:00 committed by GitHub
commit 0ad2716d64

View File

@ -9,7 +9,7 @@
<div class="container" style="min-height:400px">
<h3>{{ trans('texts.error_title') }}...</h3>
<h4>{{ $error }}</h4>
<h4>{{ trans('texts.error_contact_text', ['mailaddress' => env('CONTACT_EMAIL', env('MAIL_USERNAME'))]) }}</h4>
<h4>{{ trans('texts.error_contact_text', ['mailaddress' => env('CONTACT_EMAIL', env('MAIL_FROM_ADDRESS'))]) }}</h4>
</div>
</div>