diff --git a/resources/views/notifications/Test.blade.php b/resources/views/notifications/Test.blade.php
index e4e479846f..0f58a54926 100644
--- a/resources/views/notifications/Test.blade.php
+++ b/resources/views/notifications/Test.blade.php
@@ -1,7 +1,11 @@
+@if ($setupCompleted = \App\Models\Setting::setupCompleted())
@component('mail::message')
+@endif
{{ trans('mail.test_mail_text') }}
Thanks,
Snipe-IT
+@if ($setupCompleted)
@endcomponent
+@endif
diff --git a/resources/views/vendor/mail/markdown/message.blade.php b/resources/views/vendor/mail/markdown/message.blade.php
index 862611099e..0fcfba938c 100644
--- a/resources/views/vendor/mail/markdown/message.blade.php
+++ b/resources/views/vendor/mail/markdown/message.blade.php
@@ -45,7 +45,7 @@ Snipe-IT
@endif
@if ($snipeSettings->privacy_policy_link!='')
-{{ trans('admin/settings/general.privacy_policy') }}ldfkgjg
+{{ trans('admin/settings/general.privacy_policy') }}
@endif
@endcomponent