From 86119cf9ce3a82b6bcf37db4ef52633543109633 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 3 Mar 2018 14:42:06 +0100 Subject: [PATCH] Fix illogical error message --- assets/js/components/posts/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/components/posts/ui.js b/assets/js/components/posts/ui.js index b3360490..d46036d0 100644 --- a/assets/js/components/posts/ui.js +++ b/assets/js/components/posts/ui.js @@ -689,7 +689,7 @@ ComunicWeb.components.posts.ui = { //Check for errors if(response.error){ - ComunicWeb.common.notificationSystem.showNotification("Could send response to survey !", "danger"); + ComunicWeb.common.notificationSystem.showNotification("Could not send response to survey !", "danger"); return; }