Skip to content

Commit

Permalink
[5.6] i18n default mail copyright (#25183)
Browse files Browse the repository at this point in the history
* use lang directive

* use symbol instead
  • Loading branch information
LucasLeandro1204 authored and taylorotwell committed Aug 12, 2018
1 parent e17be60 commit d8433be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 --}}
@slot('footer')
@component('mail::footer')
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
© {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')
@endcomponent
@endslot
@endcomponent
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
© {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')
@endcomponent
@endslot
@endcomponent

0 comments on commit d8433be

Please sign in to comment.