diff --git a/resources/views/vendor/mail/html/message.blade.php b/resources/views/vendor/mail/html/message.blade.php index 93d3e7ba2d..dc9c4ce3b2 100644 --- a/resources/views/vendor/mail/html/message.blade.php +++ b/resources/views/vendor/mail/html/message.blade.php @@ -7,7 +7,7 @@ @if (isset($snipeSettings) && ($snipeSettings::setupCompleted())) - @if ($snipeSettings->show_url_in_email=='1' ) + @if ($snipeSettings->show_url_in_emails=='1' ) @component('mail::header', ['url' => config('app.url')]) @else @component('mail::header', ['url' => ''])