Skip to content

Commit

Permalink
Update message.blade.php (#50224)
Browse files Browse the repository at this point in the history
Using recommended method defined in latest docs
  • Loading branch information
goigarg authored Feb 25, 2024
1 parent 26dfe56 commit 06a5717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/resources/views/html/message.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{-- Footer --}}
<x-slot:footer>
<x-mail::footer>
© {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')
© {{ date('Y') }} {{ config('app.name') }}. {{ __('All rights reserved.') }}
</x-mail::footer>
</x-slot:footer>
</x-mail::layout>

0 comments on commit 06a5717

Please sign in to comment.