diff --git a/app/views/reports/upload_tags.html.erb b/app/views/reports/upload_tags.html.erb index 7967826ca..aade7c72e 100644 --- a/app/views/reports/upload_tags.html.erb +++ b/app/views/reports/upload_tags.html.erb @@ -11,7 +11,7 @@ <% t.column "Tags added by uploader", width: "45%" do |upload_report| %> <%= TagSetPresenter.new(upload_report.uploader_tags_array).inline_tag_list_html %> <% end %> - <% t.column "Tags added by uploader", width: "45%" do |upload_report| %> + <% t.column "Tags changed by other users", width: "45%" do |upload_report| %> <%= render "reports/tag_diff_list", added_tags: upload_report.added_tags_array, removed_tags: upload_report.removed_tags_array %> <% end %> <% end %>