diff --git a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties index 40ed0be..59f4a5d 100644 --- a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties +++ b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties @@ -1,6 +1,6 @@ # REVIEW ACTION TITLE_REVIEW_REQUIRED=Review required for ${project_name} -MSG_REVIEW_REQUIRED=${user} submitted the project ${project_name} (id: ${project_id}). You are kindly requested to review it and decide either to APPROVE or REJECT it. See the Project at ${private_data_entry_link} +MSG_REVIEW_REQUIRED=${user} submitted the project ${project_name} (id: ${project_id}). You are kindly requested to review it and decide either to APPROVE or REJECT it. See the Project at ${private_data_entry_link} # REJECTED ACTION TITLE_ITEM_REJECTED=Rejected ${project_name} MSG_ITEM_REJECTED=The project ${project_name} (id: ${project_id}) has just been rejected by ${user} diff --git a/notifications-plugins/src/main/java/org/gcube/application/cms/notifications/manage/NotifyUsers.java b/notifications-plugins/src/main/java/org/gcube/application/cms/notifications/manage/NotifyToSocial.java similarity index 100% rename from notifications-plugins/src/main/java/org/gcube/application/cms/notifications/manage/NotifyUsers.java rename to notifications-plugins/src/main/java/org/gcube/application/cms/notifications/manage/NotifyToSocial.java