Skip to content

Commit

Permalink
Fix: Change email signature (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
dati18 authored Nov 20, 2024
1 parent e3754f3 commit 745f582
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/views/vendor/mail/html/message.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://wikiba.se/contact/">Contact</a> page.
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.
@endcomponent
@endslot
@endcomponent
2 changes: 1 addition & 1 deletion resources/views/vendor/mail/text/message.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions resources/views/vendor/notifications/email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
@if (! empty($salutation))
{{ $salutation }}
@else
@lang('Regards'),<br>
{{ config('app.name') }}
@lang('Kind regards'),<br>
{{ 'Wikibase Cloud Team' }}
@endif

{{-- Subcopy --}}
Expand Down

0 comments on commit 745f582

Please sign in to comment.