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

Update link text in one email notification #3542

Closed
amyehodge opened this issue May 16, 2024 · 0 comments · Fixed by #3547
Closed

Update link text in one email notification #3542

amyehodge opened this issue May 16, 2024 · 0 comments · Fixed by #3547
Assignees

Comments

@amyehodge
Copy link
Collaborator

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.

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.

3 participants