Cannot delete or update a parent row

Hi,I don’t remember where it is, but looking to alter the text on the message when you attempt to delete a record with a foreign key,

An exception occurred while executing a query: Cannot delete or update a parent row: a foreign key constraint fails ...

looking to translate into regular user text…

It’s Message_Showing().
Check the $msg and $type first,
Log(‘message’, [$msg, $type])

It is a database error (not PHPMaker error), if you delete from the pages (not by your own SQL), you may try to use Message_Showing server event of the Delete page to change the text.

thank you.