Skip to content

Commit bdfccc3

Browse files
author
Fawad Ali
committed
CCM-6996: review comments
1 parent 17ed1a3 commit bdfccc3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

src/__tests__/app/email-template-submitted/__snapshots__/page.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ exports[`EmailTemplateSubmitted 1`] = `
6262
If you've already onboarded
6363
</h3>
6464
<p>
65+
Once you've submitted all your templates
6566
<a
6667
href="https://nhsdigitallive.service-now.com/nhs_digital?id=sc_cat_item&sys_id=6208dbce1be759102eee65b9bd4bcbf5"
6768
id="servicenow-link"
6869
target="_blank"
6970
>
70-
Raise a request with the service desk
71+
raise a request with the service desk (opens in a new tab)
7172
</a>
72-
once you've submitted all your templates.
7373
</p>
7474
</div>
7575
</div>

src/__tests__/app/nhs-app-template-submitted/__snapshots__/page.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ exports[`NhsAppTemplateSubmittedPage 1`] = `
6262
If you've already onboarded
6363
</h3>
6464
<p>
65+
Once you've submitted all your templates
6566
<a
6667
href="https://nhsdigitallive.service-now.com/nhs_digital?id=sc_cat_item&sys_id=6208dbce1be759102eee65b9bd4bcbf5"
6768
id="servicenow-link"
6869
target="_blank"
6970
>
70-
Raise a request with the service desk
71+
raise a request with the service desk (opens in a new tab)
7172
</a>
72-
once you've submitted all your templates.
7373
</p>
7474
</div>
7575
</div>

src/components/molecules/PreviewTemplate/PreviewTemplate.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ $nhsuk-secondary-button-color: #4c6272;
2626

2727
&_content {
2828
word-wrap: anywhere;
29-
}
3029

31-
&_content > :last-child {
32-
margin-bottom: 0;
30+
> :last-child {
31+
margin-bottom: 0;
32+
}
3333
}
3434
}
3535
}

src/components/molecules/TemplateSubmitted/TemplateSubmitted.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ export const TemplateSubmitted = ({
5252
<p>{notLiveText}</p>
5353
<h3>{liveHeading}</h3>
5454
<p>
55+
{liveText}{' '}
5556
<Link
5657
id='servicenow-link'
5758
href='https://nhsdigitallive.service-now.com/nhs_digital?id=sc_cat_item&sys_id=6208dbce1be759102eee65b9bd4bcbf5'
5859
target='_blank'
5960
>
6061
{liveLinkText}
61-
</Link>{' '}
62-
{liveText}
62+
</Link>
6363
</p>
6464
</div>
6565
</div>

src/content/content.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ export const templateSubmittedPageContent = {
425425
notLiveText:
426426
"Tell your onboarding manager once you've submitted all your templates.",
427427
liveHeading: "If you've already onboarded",
428-
liveLinkText: 'Raise a request with the service desk',
429-
liveText: "once you've submitted all your templates.",
428+
liveText: "Once you've submitted all your templates",
429+
liveLinkText: 'raise a request with the service desk (opens in a new tab)',
430430
};
431431

432432
export const createSmsTemplatePageContent = {

0 commit comments

Comments
 (0)