Browse Source

Fix typo on managing agents page

pull/1031/head
James Rose 4 years ago
parent
commit
98530a2a62
  1. 2
      app/views/organisation_relationships/managing_agents.html.erb

2
app/views/organisation_relationships/managing_agents.html.erb

@ -11,7 +11,7 @@
<p class="govuk-body">This organisation does not currently have any managing agents.</p>
<% 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 } %>
<p class="govuk-body">A managing agent can submit logs for this organisation.</p>
<% if @total_count == 0 %>
<p class="govuk-body">This organisation does not currently have any managing agents.</p>

Loading…
Cancel
Save