Modifying 'Unable to complete action: your IP address has been banned'

Permalink
Hello.

When a User enters the wrong password more than 5 times they are presented with this message. We would like to change it to 'Unable to complete action: your IP address has been banned for the next ten minutes'.

The original is found in concrete/src/Permission/IPService.php.

I am unsure what steps I need to take to override this in the /application folder. As it is in the concrete/src folder it's not just a case of copying the file into application/src/Permission/IPService.php. There is an override process involving app.php and the documentation doesn't make it clear enough for me to understand waht steps to take.

Thanks.

tangent