diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb
index 8d1d7830c..c148f08d4 100644
--- a/app/views/organisations/show.html.erb
+++ b/app/views/organisations/show.html.erb
@@ -1,4 +1,4 @@
-<% title = current_user.support? ? "#{@organisation.name} (Organisation details)" : "Organisation details" %>
+<% title = current_user.support? ? "#{@organisation.name} (Organisation details)" : "Organisation details" %>
<% content_for :title, title %>
diff --git a/app/views/organisations/users.html.erb b/app/views/organisations/users.html.erb
index 5e1b3c2fd..1776bc4cd 100644
--- a/app/views/organisations/users.html.erb
+++ b/app/views/organisations/users.html.erb
@@ -2,7 +2,7 @@
<% if @searched.present? %>
<% title = "#{@organisation.name} (#{@pagy.count} #{item_label} matching ‘#{@searched}’" %>
<% else %>
- <% title = "#{@organisation.name} (Users)" %>
+ <% title = "#{@organisation.name} (Users)" %>
<% end %>
<% content_for :title, title %>