diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb
index 3227e7b88..5cd8b64e0 100644
--- a/app/views/organisations/show.html.erb
+++ b/app/views/organisations/show.html.erb
@@ -22,7 +22,7 @@
<% row.action(
visually_hidden_text: attr[:name].to_s.humanize.downcase,
href: edit_organisation_path,
- html_attributes: { "data-qa": "change-#{attr[:name]}" },
+ html_attributes: { "data-qa": "change-#{attr[:name].downcase}" },
) %>
<% end %>
<% else %>