diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb index 9dd2089f1..11f572895 100644 --- a/app/views/organisations/show.html.erb +++ b/app/views/organisations/show.html.erb @@ -1,5 +1,5 @@ <% title = current_user.support? ? "#{@organisation.name} (Organisation details)" : "Organisation details" %> -<% title = format_title(request.path, nil, "Organisation details", current_user, nil, nil, @organisation.name) %> +<% title = format_title(request.path, nil, current_user.support? ? "Organisation details" : "About your organisation", current_user, nil, nil, @organisation.name) %> <% content_for :title, title %>