From 98530a2a62ce0ffa61ebd28d28292c57442275ea Mon Sep 17 00:00:00 2001 From: James Rose Date: Fri, 25 Nov 2022 10:26:24 +0000 Subject: [PATCH] Fix typo on managing agents page --- app/views/organisation_relationships/managing_agents.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organisation_relationships/managing_agents.html.erb b/app/views/organisation_relationships/managing_agents.html.erb index 2f17f0a7e..66a9c8fbe 100644 --- a/app/views/organisation_relationships/managing_agents.html.erb +++ b/app/views/organisation_relationships/managing_agents.html.erb @@ -11,7 +11,7 @@

This organisation does not currently have any managing agents.

<% end %> <% else %> - <%= render partial: "organisations/headings", locals: { main: "This organisation managing agents", sub: current_user.organisation.name } %> + <%= render partial: "organisations/headings", locals: { main: "This organisation’s managing agents", sub: current_user.organisation.name } %>

A managing agent can submit logs for this organisation.

<% if @total_count == 0 %>

This organisation does not currently have any managing agents.