Skip to content

Commit 06a5717

Browse files
authored
Update message.blade.php (#50224)
Using recommended method defined in latest docs
1 parent 26dfe56 commit 06a5717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/resources/views/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
<x-slot:footer>
2323
<x-mail::footer>
24-
© {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')
24+
© {{ date('Y') }} {{ config('app.name') }}. {{ __('All rights reserved.') }}
2525
</x-mail::footer>
2626
</x-slot:footer>
2727
</x-mail::layout>

0 commit comments

Comments
 (0)