Skip to content

Commit

Permalink
🧑‍💻 fix translation output on 403 page (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKrisKrisu authored Mar 15, 2024
1 parent 57d5a56 commit 28b0f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/errors/403.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
@section('image', asset('images/covers/traffic_lights.jpg'))
@section('title', __('error.403'))
@section('code', '403')
@section('message', __($exception->getMessage() ?: 'error.403'))
@section('message', $exception->getMessage() ?: __('error.403'))

0 comments on commit 28b0f96

Please sign in to comment.