From 5e59fa259849a9f1ba9a4c6301fef6a45e742806 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 13 Jun 2022 19:29:33 -0700 Subject: [PATCH] Default to `$snipeSettings->site_name` Signed-off-by: snipe --- resources/views/vendor/mail/html/message.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/vendor/mail/html/message.blade.php b/resources/views/vendor/mail/html/message.blade.php index 2ee900dcd..ee8027183 100644 --- a/resources/views/vendor/mail/html/message.blade.php +++ b/resources/views/vendor/mail/html/message.blade.php @@ -28,7 +28,7 @@ @endif @else -Snipe-IT +{{ $snipeSettings->site_name }} @endif @endcomponent @endslot