From 6f800f6dfec351f018c1fcd8baf32d000f2459bd Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Tue, 17 Jul 2018 13:53:50 +0200 Subject: [PATCH] Update bludit-ajax.php --- bl-kernel/js/bludit-ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/js/bludit-ajax.php b/bl-kernel/js/bludit-ajax.php index c5fd8222..07de7487 100644 --- a/bl-kernel/js/bludit-ajax.php +++ b/bl-kernel/js/bludit-ajax.php @@ -63,7 +63,7 @@ class bluditAjax { // The fail is produced by admin.php when the user is not logged the ajax request is not possible and returns 401 console.log("[INFO] [BLUDIT AJAX] [userLogged()] The user is NOT logged."); if (jqXHR.status==401) { - callBack("Your are not more logged, Bludit can't save your settings and content."); + callBack("You are not logged in anymore, so Bludit can't save your settings and content."); } }); }