From 502d9f05406fb34c88f5a76f9495a9c510ce08c0 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 9 Apr 2024 11:27:27 +0200 Subject: [PATCH] added application links as html --- .../devVRE/notifications/Notifications_Messages.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties index 73db176..5c6425a 100644 --- a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties +++ b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties @@ -9,15 +9,15 @@ 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} 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} (id: ${project_id}) has just been created. See the Project at ${private_data_entry_link} +MSG_ITEM_CREATED=The project ${project_name} (id: ${project_id}) has just been created. See the Project at ${private_data_entry_link} # DELETED ACTION TITLE_ITEM_DELETED=Deleted ${project_name} MSG_ITEM_DELETED=The project ${project_name} has just been deleted. # UPDATED ACTION TITLE_ITEM_UPDATED=Updated ${project_name} -MSG_ITEM_UPDATED=The project ${project_name} (id: ${project_id}) has just been updated. +MSG_ITEM_UPDATED=The project ${project_name} (id: ${project_id}) has just been updated. See the Project at ${private_data_entry_link} # GO TO PDF ACTION MSG_GO_TO_PDF=Go to PDF report at ${project_as_pdf_link} \ No newline at end of file