]> git.openstreetmap.org Git - rails.git/commitdiff
Change "reporter users" to "reporting users"
authorTom Hughes <tom@compton.nu>
Sun, 2 Feb 2025 18:52:09 +0000 (18:52 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 2 Feb 2025 18:53:40 +0000 (18:53 +0000)
app/assets/stylesheets/common.scss
app/views/issues/_page.html.erb
config/locales/en.yml

index 92b9f72409caebbe20fadaad52e55e5f26fc4ded..fc9af9803e53cbcdb340680b11ba95e9be3769e4 100644 (file)
@@ -819,7 +819,7 @@ tr.turn {
 /* Rules for the issues page */
 
 .issues.issues-index {
-  td.reporter_users {
+  td.reporting_users {
     max-width: 5rem;
   }
 }
index 6b291e58d082708362d28e32d05861c0d893c76f..9681704a1ddbdbbac23d8604b853cda6d1392928 100644 (file)
@@ -13,7 +13,7 @@
           <th><%= t ".reports" %></th>
           <th><%= t ".reported_item" %></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>
         </tr>
       </thead>
@@ -24,7 +24,7 @@
             <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 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| %>
                 <%= link_to reporter.display_name, reporter, :class => "d-block text-truncate", :title => reporter.display_name %>
               <% end %>
index 172c6618232aedb1927e280e0cc55cd504e0aa18..a4910a544d4cf705e1cdb85de650a6399b403e57 100644 (file)
@@ -1512,7 +1512,7 @@ en:
       reports: Reports
       last_updated: Last Updated
       last_updated_time_ago_user_html: "%{time_ago} by %{user}"
-      reporter_users: Reporter Users
+      reporting_users: Reporting Users
       reports_count:
         one: "%{count} Report"
         other: "%{count} Reports"