I'm not sure if this question is being asked, but I can't find any related post about this. I actually created at pop out box after pressing a submit button so that I can create a user, however the pop out box looks like this

This is the code of it
<g:actionSubmit value="Submit" action="createUser" class="btn_gray_large" type="button" role="button" aria-disabled="false" onclick="return confirm('${message(code: 'default.button.cancel.confirm.message', default: 'Are you sure?')}');"/>
I want to change the "The page at localhost:8080 says:" part into something else. Is there anyway i can change that? By the way I'm using gsp grails and groovy to do this. Thanks in advance!
