From 745f58228b2e3469c646867f6dda7173a0e3b19b Mon Sep 17 00:00:00 2001 From: Dat WMDE Date: Wed, 20 Nov 2024 09:56:25 +0100 Subject: [PATCH] Fix: Change email signature (#875) --- resources/views/vendor/mail/html/message.blade.php | 2 +- resources/views/vendor/mail/text/message.blade.php | 2 +- resources/views/vendor/notifications/email.blade.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/vendor/mail/html/message.blade.php b/resources/views/vendor/mail/html/message.blade.php index a682c1ee..107da48d 100644 --- a/resources/views/vendor/mail/html/message.blade.php +++ b/resources/views/vendor/mail/html/message.blade.php @@ -21,7 +21,7 @@ {{-- Footer --}} @slot('footer') @component('mail::footer') -This message was sent from an unmonitored account. You can get in touch with the Wikibase team through our Contact page. +This message was sent from an unmonitored account. You can get in touch with the Wikibase team through our Contact page. @endcomponent @endslot @endcomponent diff --git a/resources/views/vendor/mail/text/message.blade.php b/resources/views/vendor/mail/text/message.blade.php index a40873aa..3686e609 100644 --- a/resources/views/vendor/mail/text/message.blade.php +++ b/resources/views/vendor/mail/text/message.blade.php @@ -18,7 +18,7 @@ {{-- Footer --}} @slot('footer') @component('mail::footer') - This message was sent from an unmonitored account. You can get in touch with the Wikibase team through our [https://wikiba.se/contact/](Contact) page. + This message was sent from an unmonitored account. You can get in touch with the Wikibase team through our [https://wikibase.cloud/contact](Contact) page. @endcomponent @endslot @endcomponent diff --git a/resources/views/vendor/notifications/email.blade.php b/resources/views/vendor/notifications/email.blade.php index bcf39f0a..80b2d4af 100644 --- a/resources/views/vendor/notifications/email.blade.php +++ b/resources/views/vendor/notifications/email.blade.php @@ -43,8 +43,8 @@ @if (! empty($salutation)) {{ $salutation }} @else -@lang('Regards'),
-{{ config('app.name') }} +@lang('Kind regards'),
+{{ 'Wikibase Cloud Team' }} @endif {{-- Subcopy --}}