diff --git a/app/views/organisations/logs.html.erb b/app/views/organisations/logs.html.erb index 73c2e5e1c..a5e62dbf8 100644 --- a/app/views/organisations/logs.html.erb +++ b/app/views/organisations/logs.html.erb @@ -1,5 +1,4 @@ <% item_label = @pagy.count > 1 ? "logs" : "log" %> - <% if @searched.present? %> <% title = "Your organisation (#{@pagy.count} #{item_label} matching ‘#{@searched}’ of #{@total_count} total logs)" %> <% else %>