diff --git a/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml b/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml index dc282b7c..4ecf4e54 100644 --- a/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml +++ b/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml @@ -16,35 +16,34 @@

Application approved

- You approved the @Model.DasAccountName application + You have approved @Model.DasAccountName (@Model.EncodedAccountId) application
-

What happens next

+

What happens next?

- @if (Model.AllowTransferRequestAutoApproval) - { -

We’ve let them know, so they can accept your funding pledge.

+

We’ve let them know, so they can accept your funding pledge.

-

You’ll receive a notification when @Model.DasAccountName accepts your pledge.

- } - else - { -

We've let them know, so they can accept your funding pledge.

+

+ @Model.DasAccountName will have 6 weeks to accept the funds. + Funds must be used within 3 months of acceptance or they will expire. +

-

You'll receive notifications when @Model.DasAccountName:

+

You'll receive notification when @Model.DasAccountName:

- + + @if (!Model.AllowTransferRequestAutoApproval) + {
-

You'll need to approve the transfer when @Model.DasAccountName adds apprentices details to their account.

+ You'll need to approve the transfer when @Model.DasAccountName adds apprentices details to their account.
} - +

View other applications