Skip to content

Commit 41c3700

Browse files
committed
fix variables
1 parent 58fa837 commit 41c3700

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

app/views/abuse_reports/new.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656

5757
<ul>
5858
<li><%= t(".include.username_html",
59-
username_link: link_to(t(".include.username"), tos_faq_path(anchor: "user_unknown"))) %></li>
59+
reported_username_link: link_to(t(".include.reported_username"), tos_faq_path(anchor: "user_unknown"))) %></li>
6060
<li><%= t(".include.other_content") %></li>
6161
<li><%= t(".include.quote") %></li>
62-
<li><%= t(".include.sources_html",
62+
<li><%= t(".include.evidence_html",
6363
sources_link: link_to(t(".include.sources"), tos_faq_path(anchor: "report_infringement"))) %></li>
6464
</ul>
6565

config/locales/views/en.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ en:
3939
heading:
4040
page_title: Policy Questions & Abuse Reports
4141
include:
42-
ao3: AO3 Terms of Servic
42+
evidence_html: links to any relevant %{sources_link} or screenshots
4343
intro: 'What to include in your report description:'
4444
other_content: links to any of their other content that you would like to report
45-
quote: a quote from or summary of the content you are reporting that explains why it violates the Terms of Service
45+
quote: a quote from or summary of the content that violates the Terms of Service
46+
reported_username: username of the person you are reporting
4647
sources: sources
47-
sources_html: links to any relevant %{sources_link} or screenshots
48-
username: username of the person you are reporting
49-
username_html: the %{username_link}
48+
username_html: the %{reported_username_link}
5049
languages:
5150
delay: There will be an additional delay for responses in any language other than English.
5251
intro_html: We can answer Abuse reports in %{list_html}.

0 commit comments

Comments
 (0)