Reset password email - translation footer text
Hi fellas, I have issue to locate how chainable method that will allow me to override part "If you're having trouble clicking the "Reset Password" button...", does anyone know hot to override it?
2 Replies
My guess is that it would just be a laravel translation that you can publish with
php artisan vendor:publish
I don’t think this is filament specific.Thanks