Fix illogical error message

This commit is contained in:
Pierre 2018-03-03 14:42:06 +01:00
parent 9ff2ab2452
commit 86119cf9ce

View File

@ -689,7 +689,7 @@ ComunicWeb.components.posts.ui = {
//Check for errors //Check for errors
if(response.error){ 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; return;
} }