Change "reporter users" to "reporting users"

This commit is contained in:
Tom Hughes 2025-02-02 18:52:09 +00:00
parent 8f7f02b025
commit b94d3b3607
3 changed files with 4 additions and 4 deletions

View file

@ -819,7 +819,7 @@ tr.turn {
/* Rules for the issues page */ /* Rules for the issues page */
.issues.issues-index { .issues.issues-index {
td.reporter_users { td.reporting_users {
max-width: 5rem; max-width: 5rem;
} }
} }

View file

@ -13,7 +13,7 @@
<th><%= t ".reports" %></th> <th><%= t ".reports" %></th>
<th><%= t ".reported_item" %></th> <th><%= t ".reported_item" %></th>
<th><%= t ".reported_user" %></th> <th><%= t ".reported_user" %></th>
<th class="reporter_users"><%= t ".reporter_users" %></th> <th class="reporting_users"><%= t ".reporting_users" %></th>
<th><%= t ".last_updated" %></th> <th><%= t ".last_updated" %></th>
</tr> </tr>
</thead> </thead>
@ -24,7 +24,7 @@
<td class="text-nowrap"><%= link_to t(".reports_count", :count => issue.reports_count), issue %></td> <td class="text-nowrap"><%= link_to t(".reports_count", :count => issue.reports_count), issue %></td>
<td><%= link_to reportable_title(issue.reportable), reportable_url(issue.reportable) %></td> <td><%= link_to reportable_title(issue.reportable), reportable_url(issue.reportable) %></td>
<td><%= link_to issue.reported_user.display_name, issue.reported_user if issue.reported_user %></td> <td><%= link_to issue.reported_user.display_name, issue.reported_user if issue.reported_user %></td>
<td class="reporter_users text-truncate"> <td class="reporting_users text-truncate">
<% @unique_reporters[issue.id][:users].each do |reporter| %> <% @unique_reporters[issue.id][:users].each do |reporter| %>
<%= link_to reporter.display_name, reporter, :class => "d-block text-truncate", :title => reporter.display_name %> <%= link_to reporter.display_name, reporter, :class => "d-block text-truncate", :title => reporter.display_name %>
<% end %> <% end %>

View file

@ -1512,7 +1512,7 @@ en:
reports: Reports reports: Reports
last_updated: Last Updated last_updated: Last Updated
last_updated_time_ago_user_html: "%{time_ago} by %{user}" last_updated_time_ago_user_html: "%{time_ago} by %{user}"
reporter_users: Reporter Users reporting_users: Reporting Users
reports_count: reports_count:
one: "%{count} Report" one: "%{count} Report"
other: "%{count} Reports" other: "%{count} Reports"