Skip to content
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

Tweaks to email subject headers #3545

Closed
amyehodge opened this issue May 17, 2024 · 0 comments · Fixed by #3548
Closed

Tweaks to email subject headers #3545

amyehodge opened this issue May 17, 2024 · 0 comments · Fixed by #3548
Assignees

Comments

@amyehodge
Copy link
Collaborator

There are subject/verb disagreements in a few email subject lines.

FILE: app/mailers/works_mailer.rb

  • Line 30: subject = "Reminder: Updates to your deposit in the #{@work.collection_name} collection in the SDR is in progress"
    -- should end with "are in progress"
  • Line 39: mail(to: @user.email, subject: "Updates to #{@work_version.title} have been deposited in the SDR")
    -- should end with "has been deposited in the SDR"

FILE: app/mailers/collections_mailer.rb

  • Line 73: subject = "Reminder: Updates to your #{@collection_version.name} collection in the SDR is still in progress"
    -- should end with "are still in progress"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants