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 link text in one email notification #3542

Closed amyehodge closed 1 month ago

amyehodge commented 1 month ago

FILE: app/views/collections_mailer/version_draft_created.html.erb

Link text in the first sentence should have been updated from 'new version' to 'new draft' in the first sentence

FROM:

The Depositor <%= @owner.name %> has created a <%= link_to 'new version', work_url(@work) %> of an item in the <%= @collection_version.name %> collection.

TO:

The Depositor <%= @owner.name %> has created a <%= link_to 'new draft', work_url(@work) %> of an item in the <%= @collection_version.name %> collection.