Skip to content

Commit

Permalink
Updated interpolation of Subject following the update from 7.6.1 (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Apr 11, 2024
1 parent 10ecfb7 commit 30018b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dspace/config/emails/clarin_autoregistration
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##
## See org.dspace.core.Email for information on the format of this file.
##
Subject: ${params[3]}: Account Registration
#set($subject = 'Account Registration')
To complete registration for a ${params[3]} repository account at {params[5]}, please click the link below:

${params[0]}
Expand Down
2 changes: 1 addition & 1 deletion dspace/config/emails/clarin_download_link
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
##
## See org.dspace.core.Email for information on the format of this file.
##
Subject: ${params[5]}: Download instructions for ${params[0]}
#set($subject = 'Download instructions')
To download the file you have requested, please click the link below:
${params[1]}

Expand Down

0 comments on commit 30018b0

Please sign in to comment.