From 4b7008b5ba41e49d4aeeeca45420ea4d4c8e334f Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 5 Aug 2018 16:21:59 +0200 Subject: [PATCH] Fix typo. --- assets/js/components/posts/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/components/posts/actions.js b/assets/js/components/posts/actions.js index 7711bfac..12cdcafb 100644 --- a/assets/js/components/posts/actions.js +++ b/assets/js/components/posts/actions.js @@ -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; }