Update error messages language

This commit is contained in:
Dave Earley 2016-07-26 20:33:22 +01:00
parent 4b64835be3
commit ba0831e79e
2 changed files with 3 additions and 4 deletions

View File

@ -28,8 +28,8 @@ $(function() {
}
toggleSubmitDisabled($submitButton);
showMessage('Whoops!, it looks like something went wrong on our servers.\n\
Please try again, or contact support if the problem persists.');
showMessage('Whoops!, it looks like the server returned an error.\n\
Please try again, or contact the webmaster if the problem persists.');
},
success: function(data, statusText, xhr, $form) {

View File

@ -73,8 +73,7 @@ $(function () {
return;
}
showMessage('Whoops!, it looks like something went wrong on our servers.\n\
Please try again, or contact support if the problem persists.');
showMessage('Whoops!, it looks like the server returned an error.');
var $submitButton = $form.find('input[type=submit]');
toggleSubmitDisabled($submitButton);