sul-dlss / happy-heron

Self-Deposit for the Stanford Digital Repository (SDR): H2 is a Rails web application enabling users to deposit scholarly content into SDR
Apache License 2.0
10 stars 2 forks source link

Update subject lines of 4 email notifications #3538

Closed amyehodge closed 1 month ago

amyehodge commented 1 month ago

When we updated the email notification on #3516, I forgot that the subject lines needed updating as well. This ticket corrects that.

Note that these should be pushed out to production any time and don't need to be behind a feature flag.

  1. FILE: happy-heron/app/mailers/collections_mailer.rb FOR: new_version_reminder_email change the subject line FROM: Reminder: New version of your #{@collection_version.name} collection in the SDR is still in progress TO: Reminder: Updates to your #{@collection_version.name} collection in the SDR are still in progress

  2. FILE: happy-heron/app/mailers/collections_mailer.rb FOR: version_draft_created change the subject line FROM: New version created in the #{@collection_version.name} collection TO: New draft created in the #{@collection_version.name} collection

  3. FILE: happy-heron/app/mailers/works_mailer.rb FOR: new_version_reminder_email change the subject line FROM: Reminder: New version of a deposit to the #{@work.collection_name} collection in the SDR is in progress TO: Reminder: Updates to your deposit in the #{@work.collection_name} collection in the SDR are still in progress

  4. FILE: happy-heron/app/mailers/works_mailer.rb FOR: new_version_deposited_email change the subject line FROM: A new version of #{@work_version.title} has been deposited in the SDR TO: Updates to #{@work_version.title} have been deposited in the SDR