Skip to content

Commit 81d9122

Browse files
committed
CCM-8420: updated template submitted text
1 parent 2b7285c commit 81d9122

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

frontend/src/__tests__/components/molecules/__snapshots__/TemplateSubmitted.test.tsx.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ exports[`TemplateSubmitted component should render 1`] = `
4343
>
4444
What you need to do next
4545
</h2>
46-
<p>
47-
You'll receive a confirmation email, which contains the template name and ID.
48-
</p>
4946
<h3>
5047
If you're currently onboarding
5148
</h3>

frontend/src/components/molecules/TemplateSubmitted/TemplateSubmitted.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const TemplateSubmitted = ({
1515
templateNameHeading,
1616
templateIdHeading,
1717
doNextHeading,
18-
doNextText,
1918
notLiveHeading,
2019
notLiveText,
2120
liveHeading,
@@ -43,7 +42,6 @@ export const TemplateSubmitted = ({
4342
</h2>
4443
<p id='template-id'>{templateId}</p>
4544
<h2 className='nhsuk-u-margin-top-5'>{doNextHeading}</h2>
46-
<p>{doNextText}</p>
4745
<h3>{notLiveHeading}</h3>
4846
<p>{notLiveText}</p>
4947
<h3>{liveHeading}</h3>

frontend/src/content/content.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,6 @@ export const templateSubmittedPageContent = {
418418
templateNameHeading: 'Template name',
419419
templateIdHeading: 'Template ID',
420420
doNextHeading: 'What you need to do next',
421-
doNextText:
422-
"You'll receive a confirmation email, which contains the template name and ID.",
423421
notLiveHeading: "If you're currently onboarding",
424422
notLiveText:
425423
"Tell your onboarding manager once you've submitted all your templates.",

0 commit comments

Comments
 (0)