-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Welcome email ready to go #6923
Conversation
…il information along with the email and orcid id
@@ -2,7 +2,7 @@ | |||
# NotificaionManager.java | |||
|
|||
email.subject.verify_reminder=[ORCID] Verify your email address | |||
email.subject.verify_reminder_primary=[ORCID] Reminder to verify your primary email address | |||
email.subject.verify_reminder_primary=[ORCID] Don't forget to verify your email address |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note that since email.subject.verify_reminder_primary
has been modified, other languages will retain the translations for the previous string until we complete a translation cycle.
This is why I generally recommend not modifying existing keys. Instead, I prefer to delete old keys and create new ones.
This might not be a significant issue right now since the changes are minor.
No description provided.