minor fixes

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@134762 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-11-25 09:54:59 +00:00
parent 430c5f36ff
commit 3bdb754146
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class AssociationToGroupAndNotifyThread extends Thread {
private static final Logger logger = LoggerFactory.getLogger(AssociationToGroupAndNotifyThread.class);
private static final String PRODUCT_ASSOCIATED_TO_GROUP_SUBJECT = "Product $PRODUCT added to group $GROUP";
private static final String PRODUCT_ASSOCIATED_TO_GROUP_BODY = "Dear user,<br> a new product named <b>$TITLE</b> has been "
private static final String PRODUCT_ASSOCIATED_TO_GROUP_BODY = "Dear user,<br> a new product named '<b>$TITLE</b>' has been "
+ "just published and added to the group <b>$GROUP</b> by $USER_FULLNAME.<br>"
+ "You can find it here $DATASET_URL";