diff --git a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties index c951c03..41d7a06 100644 --- a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties +++ b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties @@ -3,13 +3,13 @@ TITLE_REVIEW_REQUIRED=Review required for ${project_name} MSG_REVIEW_REQUIRED=${user} submitted the project '${project_name}'. 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} +MSG_ITEM_REJECTED=The project ${project_name} (id: ${project_id}) has just been rejected by ${user_caller} # REJECTED ACTION TITLE_ITEM_REJECTED_REVIEW_REQUIRED=Rejected ${project_name} MSG_ITEM_REJECTED_REVIEW_REQUIRED=The project ${project_name} has just been rejected. You are kindly requested to review it. See the Project at ${private_data_entry_link} # PUBLISHED ACTION TITLE_ITEM_PUBLISHED=Published ${project_name} -MSG_ITEM_PUBLISHED=The project ${project_name} has just been published. See the Project at ${public_data_viewer_link} +MSG_ITEM_PUBLISHED=The project ${project_name} created by ${item_creator} has just been published. See the Project at ${public_data_viewer_link} # CREATED ACTION TITLE_ITEM_CREATED=Created ${project_name} MSG_ITEM_CREATED=The project ${project_name} has just been created. See the Project at ${private_data_entry_link}