diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb
index a516f72b9..50eb5d5fc 100644
--- a/app/views/organisations/show.html.erb
+++ b/app/views/organisations/show.html.erb
@@ -13,7 +13,7 @@
<% row.key { attr[:name].to_s.humanize } %>
<% row.value { details_html(attr) } %>
<% row.action(
- visually_hidden_text: "name",
+ visually_hidden_text: attr[:name].to_s.humanize.downcase,
href: edit_organisation_path,
html_attributes: { "data-qa": "change-#{attr[:name]}" },
) %>