From 5a8c7728c7dc8a503fb69c37299cab16313189d4 Mon Sep 17 00:00:00 2001 From: JG Date: Tue, 7 Jun 2022 18:21:42 +0100 Subject: [PATCH] correct title for support users in about section --- app/views/organisations/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb index 8a020417d..f19e76c1e 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(nil, current_user.support? ? "Organisation details" : "About your organisation", current_user, nil, nil, @organisation.name) %> +<% title = format_title(nil, current_user.support? ? "About this organisation" : "About your organisation", current_user, nil, nil, @organisation.name) %> <% content_for :title, title %>