Skip to content

Commit

Permalink
Update clarin_autoregistration (#703)
Browse files Browse the repository at this point in the history
The `{params[5]}` in the message body was not interpolated due to missing `$`
  • Loading branch information
kosarko authored Jul 22, 2024
1 parent 480c9ec commit d9545f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/config/emails/clarin_autoregistration
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## See org.dspace.core.Email for information on the format of this file.
##
#set($subject = 'Account Registration')
To complete registration for a ${params[3]} repository account at {params[5]}, please click the link below:
To complete registration for a ${params[3]} repository account at ${params[5]}, please click the link below:

${params[0]}

Expand Down

0 comments on commit d9545f4

Please sign in to comment.