diff --git a/app/routes/routes-v6.js b/app/routes/routes-v6.js index b0b4d95..e2a92c3 100644 --- a/app/routes/routes-v6.js +++ b/app/routes/routes-v6.js @@ -541,6 +541,11 @@ router.post(version +'/3-Authorise/claim-details-auth', function(req, res) { } }); +router.post(version +'/3-Authorise/claim-details-auth-confirm', function(req, res) { + { + res.redirect(version +'/3-Authorise/auth-claim') + } + }); } diff --git a/app/views/v6/3-Authorise/claim-details-auth-confirm.html b/app/views/v6/3-Authorise/claim-details-auth-confirm.html index 470cd91..26da425 100644 --- a/app/views/v6/3-Authorise/claim-details-auth-confirm.html +++ b/app/views/v6/3-Authorise/claim-details-auth-confirm.html @@ -44,7 +44,7 @@

What happens next

{% endif %}

- You can now either authorise another claim or return to view further options. + You can now either authorise another claim or return to view further navigation options.

diff --git a/app/views/v6/3-Authorise/claim-details-confirm.html b/app/views/v6/3-Authorise/claim-details-confirm.html index e6654cf..b978b44 100644 --- a/app/views/v6/3-Authorise/claim-details-confirm.html +++ b/app/views/v6/3-Authorise/claim-details-confirm.html @@ -26,7 +26,7 @@

{% if data.reviewClaim =='yes' %} The claim has been successfully reviewed {% else %} - The claim has not been authorised + The claim has not been reviewed successfully {% endif %}

@@ -44,7 +44,7 @@

What happens next

{% endif %}

- You can now either review another claim or return to view further options. + You can now either review another claim or return to view further navigation options.