Skip to content

Commit

Permalink
Group text/html under 1 parent
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjaustin committed Apr 22, 2024
1 parent e202941 commit 912257e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/user_mailer/claim_notification.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<% end %>
</ul>

<p><%= t(".redirects_html") %></p>
<p><%= t(".redirects.html") %></p>

<p><%= t(".update_redirect.html", contact_open_doors_link: opendoors_link(t(".update_redirect.contact_open_doors"))) %></p>

Expand Down
2 changes: 1 addition & 1 deletion app/views/user_mailer/claim_notification.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<% end %>
<% end %>

<%= t(".redirects") %>
<%= t(".redirects.text") %>

<%= t(".update_redirect.text", open_doors_url: "https://opendoors.transformativeworks.org/en/contact-open-doors/") %>

Expand Down
5 changes: 3 additions & 2 deletions config/locales/mailers/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ en:
contact_support: contact AO3 Support
html: For other inquiries, please %{contact_support_link}.
text: For other inquiries, please contact AO3 Support at %{support_url}.
redirects: To preserve rec lists and bookmarks, the imported archive's web addresses may redirect to the imported copy of these works for a limited time (check the announcement post for your archive to be sure). If you've already uploaded a copy of these works and you did NOT use the import from URL feature, there will be two copies of the same work on the AO3.
redirects_html: To preserve rec lists and bookmarks, the imported archive's web addresses may redirect to the imported copy of these works for a limited time (check the announcement post for your archive to be sure). If you've already uploaded a copy of these works and you did <strong>NOT</strong> use the import from URL feature, there will be two copies of the same work on the AO3.
redirects:
html: To preserve rec lists and bookmarks, the imported archive's web addresses may redirect to the imported copy of these works for a limited time (check the announcement post for your archive to be sure). If you've already uploaded a copy of these works and you did <strong>NOT</strong> use the import from URL feature, there will be two copies of the same work on the AO3.
text: To preserve rec lists and bookmarks, the imported archive's web addresses may redirect to the imported copy of these works for a limited time (check the announcement post for your archive to be sure). If you've already uploaded a copy of these works and you did NOT use the import from URL feature, there will be two copies of the same work on the AO3.
subject: "[%{app_name}] Works uploaded"
update_redirect:
contact_open_doors: contact Open Doors
Expand Down

0 comments on commit 912257e

Please sign in to comment.