mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix illogical error message
This commit is contained in:
parent
9ff2ab2452
commit
86119cf9ce
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user