1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fix contact email

This commit is contained in:
Hillel Coren 2018-02-14 15:50:15 +02:00
parent 5ce0e58fdf
commit b8648d3d2e

View File

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