From 1f5716efb086e7ec2934a58e2a3f9b2e7907f0e7 Mon Sep 17 00:00:00 2001 From: ogrwill Date: Wed, 7 Jun 2023 08:55:08 +0100 Subject: [PATCH] CON-4885 adding title to ConfirmDelete page --- .../Views/Cohort/ConfirmDelete.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SFA.DAS.EmployerCommitmentsV2.Web/Views/Cohort/ConfirmDelete.cshtml b/src/SFA.DAS.EmployerCommitmentsV2.Web/Views/Cohort/ConfirmDelete.cshtml index 9c81d7c6b..dff5b5a71 100644 --- a/src/SFA.DAS.EmployerCommitmentsV2.Web/Views/Cohort/ConfirmDelete.cshtml +++ b/src/SFA.DAS.EmployerCommitmentsV2.Web/Views/Cohort/ConfirmDelete.cshtml @@ -3,6 +3,7 @@ @model SFA.DAS.EmployerCommitmentsV2.Web.Models.Cohort.ConfirmDeleteViewModel @{ + ViewBag.Title = "Confirm Delete"; ViewBag.GaData.Vpv = "/unapproved/delete"; ViewBag.GaData.Org = Model.LegalEntityName; }