From d9def177babefd464a50521a290b1337a9b5c0f0 Mon Sep 17 00:00:00 2001 From: Elijah Aremu <45821029+elielijah321@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:11:42 +0100 Subject: [PATCH] Change TTE activity option --- .../TargetedTrustEngagementActivityType.cs | 4 ++-- .../Management/Action/TargetedTrustEngagement/Add.cshtml.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ConcernsCaseWork/ConcernsCaseWork.API.Contracts/TargetedTrustEngagement/TargetedTrustEngagementActivityType.cs b/ConcernsCaseWork/ConcernsCaseWork.API.Contracts/TargetedTrustEngagement/TargetedTrustEngagementActivityType.cs index b6cc72b3e..e78c73af4 100644 --- a/ConcernsCaseWork/ConcernsCaseWork.API.Contracts/TargetedTrustEngagement/TargetedTrustEngagementActivityType.cs +++ b/ConcernsCaseWork/ConcernsCaseWork.API.Contracts/TargetedTrustEngagement/TargetedTrustEngagementActivityType.cs @@ -44,7 +44,7 @@ public enum TargetedTrustEngagementActivityType ReservesOversightAssuranceProject = 19, [Description("Local proactive engagament")] LocalProactiveEngagament = 20, - [Description("Other vulnerability")] - OtherVulnerability = 21 + [Description("Other national processes")] + OtherNationalProcesses = 21 } } diff --git a/ConcernsCaseWork/ConcernsCaseWork/Pages/Case/Management/Action/TargetedTrustEngagement/Add.cshtml.cs b/ConcernsCaseWork/ConcernsCaseWork/Pages/Case/Management/Action/TargetedTrustEngagement/Add.cshtml.cs index 160d2ccce..f6e619f76 100644 --- a/ConcernsCaseWork/ConcernsCaseWork/Pages/Case/Management/Action/TargetedTrustEngagement/Add.cshtml.cs +++ b/ConcernsCaseWork/ConcernsCaseWork/Pages/Case/Management/Action/TargetedTrustEngagement/Add.cshtml.cs @@ -297,7 +297,7 @@ private static List BuildEngagementActivitiesLi new SubEngagementActivityModel(TargetedTrustEngagementActivityType.FinancialReturnsAssurance, "Following up with trusts on issues flagged in their latest financial statements."), new SubEngagementActivityModel(TargetedTrustEngagementActivityType.ReservesOversightAssuranceProject, "Engaging trusts holding substantial levels of unallocated reserves and clarifying the plans they have for those funds."), new SubEngagementActivityModel(TargetedTrustEngagementActivityType.LocalProactiveEngagament, "Division-led work to target trusts with potential financial concerns."), - new SubEngagementActivityModel(TargetedTrustEngagementActivityType.OtherVulnerability, "Other national processes to target trusts with potential financial concerns (e.g. declining pupil \r\nnumbers)."), + new SubEngagementActivityModel(TargetedTrustEngagementActivityType.OtherNationalProcesses, "Other national processes to target trusts with potential financial concerns (e.g. declining pupil \r\nnumbers)."), } } };