From bad4a91501ac98f76490aa36105aba4bdca6da41 Mon Sep 17 00:00:00 2001 From: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:19:40 +0100 Subject: [PATCH] ufal/be-email-restricted-download * Fixed comments in the clarin emails (#484) --- dspace/config/emails/clarin_autoregistration | 22 ++++++++--------- dspace/config/emails/clarin_download_link | 26 ++++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/dspace/config/emails/clarin_autoregistration b/dspace/config/emails/clarin_autoregistration index c05ba67d9e78..694151db102c 100644 --- a/dspace/config/emails/clarin_autoregistration +++ b/dspace/config/emails/clarin_autoregistration @@ -1,14 +1,14 @@ -# E-mail sent to confirm authenticity of the user's e-mail. -# -# Parameters: {0} confirmation e-mail -# {1} helpdesk email -# {2} helpdesk phone number -# {3} DSpace name short -# {4} DSpace name -# {5} DSpace UI url -# -# See org.dspace.core.Email for information on the format of this file. -# +## E-mail sent to confirm authenticity of the user's e-mail. +## +## Parameters: {0} confirmation e-mail +## {1} helpdesk email +## {2} helpdesk phone number +## {3} DSpace name short +## {4} DSpace name +## {5} DSpace UI url +## +## See org.dspace.core.Email for information on the format of this file. +## Subject: ${params[3]}: Account Registration To complete registration for a ${params[3]} repository account at {params[5]}, please click the link below: diff --git a/dspace/config/emails/clarin_download_link b/dspace/config/emails/clarin_download_link index bf0bb380f3b5..dfc9e07df4a6 100644 --- a/dspace/config/emails/clarin_download_link +++ b/dspace/config/emails/clarin_download_link @@ -1,16 +1,16 @@ -# E-mail with a download link -# -# Parameters: {0} is expanded to filename -# {1} to a download URL -# {2} to license url -# {3} helpdesk email -# {4} helpdesk phone number -# {5} DSpace name short -# {6} DSpace name -# {7} DSpace UI url -# -# See org.dspace.core.Email for information on the format of this file. -# +## E-mail with a download link +## +## Parameters: {0} is expanded to filename +## {1} to a download URL +## {2} to license url +## {3} helpdesk email +## {4} helpdesk phone number +## {5} DSpace name short +## {6} DSpace name +## {7} DSpace UI url +## +## See org.dspace.core.Email for information on the format of this file. +## Subject: ${params[5]}: Download instructions for ${params[0]} To download the file you have requested, please click the link below: ${params[1]}