Changed alert message for authentication errors
This commit is contained in:
parent
3081031d12
commit
8da4e7fc25
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ function show_sensors_data(url) {
|
|||
}
|
||||
},
|
||||
error: function() {
|
||||
alert('One error occured.');
|
||||
alert('Authentication Error - Something went wrong during the authentication process.');
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue