File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
email-template-submitted/__snapshots__
nhs-app-template-submitted/__snapshots__ Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 = 6208 dbce1be759102eee65b9bd4bcbf5 '
5859 target = '_blank'
5960 >
6061 { liveLinkText }
61- </ Link > { ' ' }
62- { liveText }
62+ </ Link >
6363 </ p >
6464 </ div >
6565 </ div >
Original file line number Diff line number Diff 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
432432export const createSmsTemplatePageContent = {
You can’t perform that action at this time.
0 commit comments