summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/meals.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/meals.js b/js/meals.js
index 1a38491..09cb762 100644
--- a/js/meals.js
+++ b/js/meals.js
@@ -84,7 +84,7 @@ async function loadMeals(force_refresh = false) {
}
},
error: () => {
- M.toast({html:"No internet connection or the server fucking crashed! )-:<"});
+ M.toast({html:"No internet connection! (-:"});
setLoading(false);
}
});
@@ -92,7 +92,7 @@ async function loadMeals(force_refresh = false) {
},
error: () => {
- M.toast({ html: "No internet connection!" });
+ M.toast({ html: "Authentication failed (not logged in) or connection problem." });
setLoading(false);
}
@@ -267,7 +267,7 @@ function lopolisLogin() {
}
},
error: () => {
- M.toast({html:"No internet connection!"});
+ M.toast({html:"Authentication failed!"});
setLoading(false);
}
});