diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb index d59761d27..2086e76d4 100644 --- a/app/views/organisations/show.html.erb +++ b/app/views/organisations/show.html.erb @@ -14,7 +14,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]}" }, ) %>