NIFI-683:

- Fixing typo.
This commit is contained in:
Matt Gilman 2015-06-24 09:13:29 -04:00
parent 3a05a7da72
commit 0df351dcb4
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ nf.Common = {
handleAjaxError: function (xhr, status, error) {
// if an error occurs while the splash screen is visible close the canvas show the error message
if ($('#splash').is(':visible')) {
$('#message-title').text('An unexcepted error has occurred');
$('#message-title').text('An unexpected error has occurred');
if ($.trim(xhr.responseText) === '') {
$('#message-content').text('Please check the logs.');
} else {