Skip to content

Commit

Permalink
Merge branch 'dtq-dev' into ufal/be-s3-checker-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Dec 21, 2023
2 parents 3f12a5a + bad4a91 commit d0fe57f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions dspace/config/emails/clarin_autoregistration
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
26 changes: 13 additions & 13 deletions dspace/config/emails/clarin_download_link
Original file line number Diff line number Diff line change
@@ -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]}
Expand Down

0 comments on commit d0fe57f

Please sign in to comment.