RickDBCN / filament-email

Log emails in your Filament project
https://filament-email-demo.marcogermani.it/
MIT License
79 stars 22 forks source link

[Bug]: Translation on "Preview" label #20

Closed vassilidev closed 11 months ago

vassilidev commented 11 months ago

What happened?

I cannot change the translation label on the resource page

php Action::make('preview')->label('Preview')

Should be like :

php Action::make('resend')->label(__('Send again'))

How to reproduce the bug

Add on my locale file the "Preview" key and nothing change

Package Version

1.0.5

PHP Version

8.2

Laravel Version

10

Which operating systems does with happen with?

macOS, Linux

Notes

The PR is already done from my side on fork

vassilidev commented 11 months ago

Fix : https://github.com/RickDBCN/filament-email/pull/21