How can I change some texts in my login?
I am using the "bezhansalleh/filament-language-switch" library but it does not change some parameters of my login. Is it possible to manipulate these texts?
1 Reply
You could extend the default Login class on the panel
$panel->login(CustomLogin::class)
and edit what you need