diff --git a/app/views/organisation_relationships/housing_providers.html.erb b/app/views/organisation_relationships/housing_providers.html.erb index b88f26790..85281bde8 100644 --- a/app/views/organisation_relationships/housing_providers.html.erb +++ b/app/views/organisation_relationships/housing_providers.html.erb @@ -30,7 +30,7 @@ <% end %> <% else %> - <%= render partial: "organisations/headings", locals: { main: "Your housing providers", sub: nil } %> + <%= render partial: "organisations/headings", locals: { main: "Your housing providers", sub: current_user.organisation.name } %> <% if @total_count == 0 %>

Your organisation does not currently have any housing providers.

<% else %>