Customizing default system alerts

Hi all,
On the login screen for invalid credentials I get the “default” Bubble alert “We didn’t find an account with those login credentials. Check the email or password”.
My question is can I somehow customize this alert? Or disable the default one and replace with my own, branded alert consistent with my app styling.
I’m using a regular “Log the user in” action, and haven’t found a way to do it, but maybe there is some indirect/trick way to get it done?

This goes for all other default Bubble alerts. Would like to override with my own.

Thanks in advance.

I mean these kind of alerts:

You can use customized messages.

You just need to capture the error with a An unhandled error occurs event and treat it at will.

Check this documentation page General events | Bubble Docs

or, if you want the error language to always be the same for invalid login credentials error, change it directly on the settings page under languages tab

Thank you @ademiguel !! I guess you learn something new every day. I didn’t realize this was available. Exactly what I needed.

Thank you @code-escapee. I knew about this one, I was more looking for ability to completely suppress the errors and replace with my own styled alerts.