beyondcode/laravel-comments

Delete Link Is Not Being Rendered Properly

Opened this issue · 1 comments

I have the Laravel-comments component implemented throughout my project using something like this:

<livewire:comments :model="$post"/>

The delete link is being rendered as : comments::comments.destroy, instead of Delete. Why?

2024-04-09_17-49-48

I think this is an issue in your Livewire component rather than this package. Looks like a missing translation.