diff --git a/app/views/organisations/logs.html.erb b/app/views/organisations/logs.html.erb
index e330817da..659f9b121 100644
--- a/app/views/organisations/logs.html.erb
+++ b/app/views/organisations/logs.html.erb
@@ -1,5 +1,5 @@
<% item_label = format_label(@pagy.count, "log") %>
-<% title = format_title(request.path, @searched, "Logs", current_user, item_label, @pagy.count, nil) %>
+<% title = format_title(request.path, @searched, "Logs", current_user, item_label, @pagy.count, @organisation.name) %>
<% content_for :title, title %>
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index 0c7b65202..a9b6cf67d 100644
--- a/app/views/users/index.html.erb
+++ b/app/views/users/index.html.erb
@@ -1,9 +1,5 @@
<% item_label = format_label(@pagy.count, "user") %>
-<% if @searched.present? %>
- <% title = "#{current_user.support? ? 'Users' : current_user.organisation.name} (#{@pagy.count} #{item_label} matching ‘#{@searched}’" %>
-<% else %>
- <% title = "Users" %>
-<% end %>
+<% title = format_title(request.path, @searched, "Users", current_user, item_label, @pagy.count, nil) %>
<% content_for :title, title %>