Skip to content

Commit 212b911

Browse files
committed
CCM-11496: link text
1 parent 9659bba commit 212b911

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/src/__tests__/app/message-plans/get-ready-to-move/__snapshots__/page.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ exports[`matches snapshot 1`] = `
5454
rel="noopener noreferrer"
5555
target="_blank"
5656
>
57-
NHS Notify API
57+
NHS Notify API (opens in a new tab)
5858
</a>
5959
or
6060
<a
6161
href="https://digital.nhs.uk/developer/api-catalogue/nhs-notify-mesh"
6262
rel="noopener noreferrer"
6363
target="_blank"
6464
>
65-
NHS Notify MESH
65+
NHS Notify MESH (opens in a new tab)
6666
</a>
6767
.
6868
</p>

frontend/src/content/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ const messagePlanGetReadyToMoveToProduction = () => {
12491249
},
12501250
{
12511251
type: 'text',
1252-
text: 'Messages will only be sent to recipients when you make a request with [NHS Notify API](https://digital.nhs.uk/developer/api-catalogue/nhs-notify) or [NHS Notify MESH](https://digital.nhs.uk/developer/api-catalogue/nhs-notify-mesh).',
1252+
text: 'Messages will only be sent to recipients when you make a request with [NHS Notify API (opens in a new tab)](https://digital.nhs.uk/developer/api-catalogue/nhs-notify) or [NHS Notify MESH (opens in a new tab)](https://digital.nhs.uk/developer/api-catalogue/nhs-notify-mesh).',
12531253
},
12541254
{
12551255
type: 'text',

0 commit comments

Comments
 (0)