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; }