Fix typo.

This commit is contained in:
Pierre HUBERT 2018-08-05 16:21:59 +02:00
parent 02744d5c72
commit 4b7008b5ba

View File

@ -25,7 +25,7 @@ ComunicWeb.components.posts.actions = {
//Check for errors
if(infos.error){
ComunicWeb.common.notificationSystem.showNotification("An error occured while getting informations about the post !", "danger");
ComunicWeb.common.notificationSystem.showNotification("An error occured while getting information about the post !", "danger");
return;
}