diff --git a/resources/lang/en/link.php b/resources/lang/en/link.php index 7189b716..f62b62e3 100644 --- a/resources/lang/en/link.php +++ b/resources/lang/en/link.php @@ -38,4 +38,6 @@ return [ 'notifications.linkcheck.errors' => 'LinkAce found errors while checking your Links', 'notifications.linkcheck.errors.moved' => '⚠ ️The following Links were moved:', 'notifications.linkcheck.errors.broken' => '🚫 The following Links are not reachable anymore or return an error:', + + 'happy_bookmarking' => 'Happy Bookmarking', ]; diff --git a/resources/views/mail/notifications/linkcheck.blade.php b/resources/views/mail/notifications/linkcheck.blade.php index af5fdc10..cd9151ce 100644 --- a/resources/views/mail/notifications/linkcheck.blade.php +++ b/resources/views/mail/notifications/linkcheck.blade.php @@ -22,6 +22,6 @@ @lang('linkace.open_linkace') @endcomponent -Thanks,
+@lang('link.happy_bookmarking'),
{{ config('app.name') }} @endcomponent