diff --git a/src/Illuminate/Notifications/resources/views/email.blade.php b/src/Illuminate/Notifications/resources/views/email.blade.php
index befcc0f88ed8..e46a284a8eec 100644
--- a/src/Illuminate/Notifications/resources/views/email.blade.php
+++ b/src/Illuminate/Notifications/resources/views/email.blade.php
@@ -43,7 +43,8 @@
@if (! empty($salutation))
{{ $salutation }}
@else
-@lang('Regards'),
{{ config('app.name') }}
+@lang('Regards'),
+{{ config('app.name') }}
@endif
{{-- Subcopy --}}