Skip to content

Commit bad4a91

Browse files
ufal/be-email-restricted-download
* Fixed comments in the clarin emails (#484)
1 parent de08f26 commit bad4a91

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

dspace/config/emails/clarin_autoregistration

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# E-mail sent to confirm authenticity of the user's e-mail.
2-
#
3-
# Parameters: {0} confirmation e-mail
4-
# {1} helpdesk email
5-
# {2} helpdesk phone number
6-
# {3} DSpace name short
7-
# {4} DSpace name
8-
# {5} DSpace UI url
9-
#
10-
# See org.dspace.core.Email for information on the format of this file.
11-
#
1+
## E-mail sent to confirm authenticity of the user's e-mail.
2+
##
3+
## Parameters: {0} confirmation e-mail
4+
## {1} helpdesk email
5+
## {2} helpdesk phone number
6+
## {3} DSpace name short
7+
## {4} DSpace name
8+
## {5} DSpace UI url
9+
##
10+
## See org.dspace.core.Email for information on the format of this file.
11+
##
1212
Subject: ${params[3]}: Account Registration
1313
To complete registration for a ${params[3]} repository account at {params[5]}, please click the link below:
1414

dspace/config/emails/clarin_download_link

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# E-mail with a download link
2-
#
3-
# Parameters: {0} is expanded to filename
4-
# {1} to a download URL
5-
# {2} to license url
6-
# {3} helpdesk email
7-
# {4} helpdesk phone number
8-
# {5} DSpace name short
9-
# {6} DSpace name
10-
# {7} DSpace UI url
11-
#
12-
# See org.dspace.core.Email for information on the format of this file.
13-
#
1+
## E-mail with a download link
2+
##
3+
## Parameters: {0} is expanded to filename
4+
## {1} to a download URL
5+
## {2} to license url
6+
## {3} helpdesk email
7+
## {4} helpdesk phone number
8+
## {5} DSpace name short
9+
## {6} DSpace name
10+
## {7} DSpace UI url
11+
##
12+
## See org.dspace.core.Email for information on the format of this file.
13+
##
1414
Subject: ${params[5]}: Download instructions for ${params[0]}
1515
To download the file you have requested, please click the link below:
1616
${params[1]}

0 commit comments

Comments
 (0)