Skip to content

Commit 11c3089

Browse files
committed
AO3-5513 Missed one
1 parent 339e882 commit 11c3089

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/views/works/index.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<!---/subnav-->
4444

4545
<% unless @owner.present? %>
46-
<p><%= ts("These are some of the latest works posted to the Archive. To find more works, #{link_to 'choose a fandom', media_index_path} or #{link_to 'try our advanced search', search_works_path}.").html_safe %>
46+
<p><%= t(".recent_works_html", choose_fandom_link: link_to(t(".choose_fandom"), media_index_path), advanced_search_link: link_to(t(".advanced_search"), search_works_path)) %>
4747
<% end %>
4848

4949
<%== pagy_nav @pagy %>

config/locales/views/en.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1947,6 +1947,10 @@ en:
19471947
content_policy: Content Policy
19481948
post_notice_html: All works you post on AO3 must comply with our %{content_policy_link}. For more information, please refer to our %{tos_faq_link}.
19491949
tos_faq: Terms of Service FAQ
1950+
index:
1951+
advanced_search: try our advanced search
1952+
choose_fandom: choose a fandom
1953+
recent_works_html: These are some of the latest works posted to the Archive. To find more works, %{choose_fandom_link} or %{advanced_search_link}.
19501954
meta:
19511955
original_creators:
19521956
one: 'Original Creator ID:'

0 commit comments

Comments
 (0)