Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion app/views/home/_tos.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,12 @@
making_available_any_advertising_link: link_to(t(".what_you_cant_do.making_available_any_advertising"), content_path(anchor: "II.C"))) %>
</p>
</li>
<li id="I.F.6"><p><%= t(".what_you_cant_do.software_viruses") %></p></li>
<li id="I.F.6">
<p>
<%= t(".what_you_cant_do.software_viruses_html",
technical_integrity_link: link_to(t(".what_you_cant_do.technical_integrity"), tos_faq_path(anchor: "technical_integrity_faq"))) %>
</p>
</li>
<li id="I.F.7">
<p>
<%= t(".what_you_cant_do.interfere_disrupt_ao3_html",
Expand Down
3 changes: 2 additions & 1 deletion config/locales/views/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,8 @@ en:
making_available_any_advertising: making available any advertising
position_on_fanwork_legality: position on fanwork legality
resident_embargo_country_html: to create an account if you are a resident or national of any country with which the U.S. has prohibited transactions by mandating a %{comprehensive_trade_embargo_link}, as detailed by the Office of Foreign Assets Control; or
software_viruses: to make available any material that contains software viruses or other computer code, files, or programs designed to interrupt, destroy, or limit the functionality of any computer, hardware, or telecommunications equipment;
software_viruses_html: to make available any material that contains software viruses or other computer code, files, or programs designed to %{technical_integrity_link}, as detailed by the Office of Foreign Assets Control; or
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the text after the link got a bit mixed up.

technical_integrity: interrupt, destroy, or limit the functionality
you_agree_not_to: 'You agree not to use AO3 (as well as the email addresses and URLs of OTW sites):'
tos_navigation:
content: Content Policy
Expand Down
Loading