Skip to content

Commit

Permalink
Update online tests message on application submission page
Browse files Browse the repository at this point in the history
  • Loading branch information
fayimora committed Jan 24, 2018
1 parent e95bde7 commit 6279085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/application/success.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="heading-large no-btm-margin"><i class="fa fa-check"></i>Application s
<h2 class="heading-large">What happens next?</h2>
<div class="text">
<p>The next step is to complete the online tests.</p>
<p>You have 7 days to complete them.</p>
<p>You have 5 days to complete them.</p>
<a href="@routes.HomeController.present" class="button">See the next steps</a>
<p><a href="@feedbackUrl" target="_blank" rel="external">Give feedback?</a> (30 second survey)</p>
<p>Finished with the service? <a href="@routes.SignInController.signOut">Sign out</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/widgets/onlineTestProgress.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<p><i class="fa fa-check the-icon"></i>Congratulations – we've assessed your test results and you've passed the online tests.</p>
}
case _ if(!allocationDetails.isDefined) => {
<p>The online tests are not available yet. Once you've been invited, you'll have 7 days to complete the tests.</p>
<p>The online tests are not available yet. Once you've been invited, you'll have 5 days to complete the tests.</p>
<p><a href="https://www.gov.uk/guidance/civil-service-fast-track-apprenticeship-how-to-apply#online-tests" rel="external" target="_blank">
Find out more about the online tests</a></p>
}
Expand Down

0 comments on commit 6279085

Please sign in to comment.