Merge pull request #1498 from vidit10/#00-show_from_address
Use "from" address on error pages.
This commit is contained in:
commit
0ad2716d64
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue