removed important

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@94334 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-04-04 11:54:32 +00:00
parent 1e4fa4fb35
commit 4189e17c99
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class EmailPlugin {
case MENTION:
return notification2Save.getSenderFullName() + " mentioned you";
case POST_ALERT:
return notification2Save.getSenderFullName() + " shared an important news on " + vreName;
return notification2Save.getSenderFullName() + " shared a news on " + vreName;
case REQUEST_CONNECTION:
return "Connection request";
case JOB_COMPLETED_NOK: