1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-10 05:02:54 +00:00

Fix illogical error message

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

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