From 912257eeff201791d5f984febd85f2ff1de95881 Mon Sep 17 00:00:00 2001 From: Brian Austin Date: Mon, 22 Apr 2024 17:32:57 -0400 Subject: [PATCH] Group text/html under 1 parent --- app/views/user_mailer/claim_notification.html.erb | 2 +- app/views/user_mailer/claim_notification.text.erb | 2 +- config/locales/mailers/en.yml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/user_mailer/claim_notification.html.erb b/app/views/user_mailer/claim_notification.html.erb index 6fb49b4f20e..1bf3d1964c9 100644 --- a/app/views/user_mailer/claim_notification.html.erb +++ b/app/views/user_mailer/claim_notification.html.erb @@ -25,7 +25,7 @@ <% end %> -

<%= t(".redirects_html") %>

+

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

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

diff --git a/app/views/user_mailer/claim_notification.text.erb b/app/views/user_mailer/claim_notification.text.erb index 3a316eff16e..4e5627406e5 100644 --- a/app/views/user_mailer/claim_notification.text.erb +++ b/app/views/user_mailer/claim_notification.text.erb @@ -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/") %> diff --git a/config/locales/mailers/en.yml b/config/locales/mailers/en.yml index c8a9c100b0f..2d009e75cc8 100644 --- a/config/locales/mailers/en.yml +++ b/config/locales/mailers/en.yml @@ -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 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 NOT 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