Skip to content

Commit

Permalink
update reactivation email message (#7191)
Browse files Browse the repository at this point in the history
Co-authored-by: Angel Montenegro <[email protected]>
  • Loading branch information
auumgn and amontenegro authored Jan 27, 2025
1 parent e60d507 commit 8e4875d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# reactivation_email

email.reactivation.thank_you=Thank you for choosing to reactivate your ORCID record.\n
email.reactivation.thank_you_message=Thank you for choosing to reactivate your ORCID account.\n
email.reactivation.to_reactivate=Please click on the link below to complete the reactivation process.\n\
This will take you to a new web page where you will need to enter your\n\
first name and last name, and create a password.\n
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#import "email_macros.ftl" as emailMacros />

<@emailMacros.msg "email.reactivation.thank_you" />
<@emailMacros.msg "email.reactivation.thank_you_message" />

<@emailMacros.msg "email.reactivation.to_reactivate" />

Expand Down

0 comments on commit 8e4875d

Please sign in to comment.