Update error messages language
This commit is contained in:
parent
4b64835be3
commit
ba0831e79e
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue