Skip to content

Commit

Permalink
Make labels translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Oct 30, 2023
1 parent 3229774 commit 5cadb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/create-menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class="w-5 h-5"
:href="$resource['url']"
:tag="$resource['url'] ? 'a' : 'button'"
>
{{ $resource['label'] }}
{{ __($resource['label']) }}
</x-filament::dropdown.list.item>
@endforeach
</x-filament::dropdown.list>
Expand Down

0 comments on commit 5cadb0e

Please sign in to comment.