From b422fc8b56135f5298dd46604b00a359bf85c97b Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 26 Mar 2024 09:21:25 +0100 Subject: [PATCH] updated the messages --- .../notifications/Notifications_Messages.properties | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties index 4a35f98..7f49d4f 100644 --- a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties +++ b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties @@ -2,21 +2,22 @@ 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 Gis Project at ${gis_link} # REJECTED ACTION -TITLE_ITEM_REJECTED=${project_name} rejected +TITLE_ITEM_REJECTED=Rejected ${project_name} MSG_ITEM_REJECTED=The project ${project_name} (id: ${project_id}) has just been rejected by ${user} # REJECTED ACTION -TITLE_ITEM_REJECTED_REVIEW_REQUIRED=${project_name} rejected +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 # PUBLISHED ACTION +TITLE_ITEM_PUBLISHED=Published ${project_name} MSG_ITEM_PUBLISHED=The project ${project_name} has just been published. See Gis Project at ${gis_link} # CREATED ACTION -TITLE_ITEM_CREATED=${project_name} created +TITLE_ITEM_CREATED=Created ${project_name} MSG_ITEM_CREATED=The project ${project_name} (id: ${project_id}) has just been created. # DELETED ACTION -TITLE_ITEM_DELETED=${project_name} deleted +TITLE_ITEM_DELETED=Deleted ${project_name} MSG_ITEM_DELETED=The project ${project_name} has just been deleted. # UPDATED ACTION -TITLE_ITEM_UPDATED=${project_name} updated +TITLE_ITEM_UPDATED=Updated ${project_name} MSG_ITEM_UPDATED=The project ${project_name} (id: ${project_id}) has just been updated. # GO TO PDF ACTION MSG_GO_TO_PDF=Go to PDF report at ${pdf_link} \ No newline at end of file