-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added route flow according to the figma design - Added field name
- Loading branch information
1 parent
f493bc5
commit aa9279e
Showing
7 changed files
with
200 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"application-submitted": { | ||
"confirmed": "Amendment submitted" | ||
"confirmed": "Replace application submitted" | ||
}, | ||
"confirm": { | ||
"header": "Check your answers" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ module.exports = { | |
} | ||
} | ||
], | ||
next: '/replace-license/start' | ||
next: '/replace-license/section-one' | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
|
||
"application-submitted": { | ||
"confirmed": "Replaced application submitted" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{{<partials-page}} | ||
{{$pageTitle}} | ||
{{#t}}pages.application-submitted.confirmed{{/t}} – {{#t}}journey.serviceName{{/t}} – GOV.UK | ||
{{/pageTitle}} | ||
{{$page-content}} | ||
<div class="govuk-panel alert-complete govuk-panel--confirmation"> | ||
<h1 class="govuk-panel__title"> | ||
{{#t}}pages.application-submitted.confirmed{{/t}} | ||
</h1> | ||
<h2 class="govuk-!-font-weight-regular govuk-!-margin-bottom-0">Payment successful</h2> | ||
</div> | ||
{{/page-content}} | ||
{{/partials-page}} |