Skip to content

Commit

Permalink
Update email.blade.php
Browse files Browse the repository at this point in the history
Remove a comma preventing the string ‘Regards’ from being translated correctly
  • Loading branch information
encodiaweb authored Jan 9, 2025
1 parent 36a4a53 commit 44584eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@if (! empty($salutation))
{{ $salutation }}
@else
@lang('Regards,')<br>
@lang('Regards')<br>
{{ config('app.name') }}
@endif

Expand Down

0 comments on commit 44584eb

Please sign in to comment.