Skip to content

Commit 745f582

Browse files
authored
Fix: Change email signature (#875)
1 parent e3754f3 commit 745f582

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

resources/views/vendor/mail/html/message.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{-- Footer --}}
2222
@slot('footer')
2323
@component('mail::footer')
24-
This message was sent from an unmonitored account. You can get in touch with the Wikibase team through our <a href="https://wikiba.se/contact/">Contact</a> page.
24+
This message was sent from an unmonitored account. You can get in touch with the Wikibase team through our <a href="https://wikibase.cloud/contact">Contact</a> page.
2525
@endcomponent
2626
@endslot
2727
@endcomponent

resources/views/vendor/mail/text/message.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{-- Footer --}}
1919
@slot('footer')
2020
@component('mail::footer')
21-
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.
21+
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.
2222
@endcomponent
2323
@endslot
2424
@endcomponent

resources/views/vendor/notifications/email.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
@if (! empty($salutation))
4444
{{ $salutation }}
4545
@else
46-
@lang('Regards'),<br>
47-
{{ config('app.name') }}
46+
@lang('Kind regards'),<br>
47+
{{ 'Wikibase Cloud Team' }}
4848
@endif
4949

5050
{{-- Subcopy --}}

0 commit comments

Comments
 (0)