@ -2,7 +2,7 @@
<% if @searched.present? %>
<% title = "#{current_user.support? ? 'Logs' : current_user.organisation.name} (#{@pagy.count} #{item_label} matching ‘#{@searched}’)" %>
<% else %>
<% title = current_user.support? ? "Logs" : "#{current_user.organisation.name} (Logs)" %>
<% title = "Logs" %>
<% end %>
<% content_for :title, title %>
@ -1,4 +1,4 @@
<% title = "#{@organisation.name} (Organisation details)" %>
<% title = current_user.support? ? "#{@organisation.name} (Organisation details)" : "Organisation details" %>
<h1 class="govuk-heading-l">
<% title = "#{current_user.support? ? 'Users' : current_user.organisation.name} (#{@pagy.count} #{item_label} matching ‘#{@searched}’" %>
<% title = current_user.support? ? "Users" : "#{current_user.organisation.name} (Users)" %>
<% title = "Users" %>