Fix contact email
This commit is contained in:
parent
5ce0e58fdf
commit
b8648d3d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
{!! trans('texts.voice_commands_feedback', ['email' => HTML::mailto(CONTACT_EMAIL)]) !!}
|
||||
{!! trans('texts.voice_commands_feedback', ['email' => HTML::mailto(env('CONTACT_EMAIL', CONTACT_EMAIL))]) !!}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue