From 8da4e7fc255559aa59f462daf70ebe1d7d160e1d Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 19 Sep 2022 09:05:17 +0200 Subject: [PATCH] Changed alert message for authentication errors --- caimira/apps/calculator/static/js/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caimira/apps/calculator/static/js/form.js b/caimira/apps/calculator/static/js/form.js index b84f9376..25ca0af4 100644 --- a/caimira/apps/calculator/static/js/form.js +++ b/caimira/apps/calculator/static/js/form.js @@ -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.'); }, }); }