I am trying to modify the way CakePHP shows the error message. Below is the generic template that it uses to display errors
<div class="error-message">Please enter at least 3 characters.</div>
I want to style the error like below.
<label class="error">Please enter at least 3 characters.</label>