From 8ddfbd61af4016368938e60a2f4a04c47a630522 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Thu, 29 Feb 2024 17:42:27 +0000 Subject: [PATCH] Use managing agents instead of agents in search component display --- 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 18ee1cc5e..a01a354d2 100644 --- a/app/views/organisation_relationships/managing_agents.html.erb +++ b/app/views/organisation_relationships/managing_agents.html.erb @@ -28,7 +28,7 @@ pagy: @pagy, searched: @searched, item_label:, - search_item: "agents", + search_item: "managing agents", total_count: @total_count, remove_path: ->(org_id) { managing_agents_remove_organisation_path(target_organisation_id: org_id) }, } %>