beyondcode / laravel-comments

Add comments to your Laravel application
https://beyondco.de
MIT License
518 stars 91 forks source link

Delete Link Is Not Being Rendered Properly #39

Open FireOpsPhil opened 2 months ago

FireOpsPhil commented 2 months ago

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

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

2024-04-09_17-49-48

philipsorensen commented 1 month ago

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