Skip to content

Commit b9d08d2

Browse files
sarawilcoxcolinrotherham
authored andcommitted
Add spaces between first and last name
1 parent 5159d0d commit b9d08d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/views/content/writing-nhs-messages.njk

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

116116
<ul>
117117
<li>conversational tone – "Dear ((firstName))"</li>
118-
<li>reassuring tone – "Dear ((firstName))((lastName))"</li>
118+
<li>reassuring tone – "Dear ((firstName)) ((lastName))"</li>
119119
</ul>
120120
</div>
121121

@@ -163,7 +163,7 @@
163163
classes: "nhsuk-expander"
164164
}) %}
165165
<p><strong>SenderID:</strong> NHS Screening</p>
166-
<p>Dear ((firstName))((lastName))</p>
166+
<p>Dear ((firstName)) ((lastName))</p>
167167
<p>We're inviting you to do a test for human papillomavirus (HPV) at home.</p>
168168
<p>HPV is the name of a very common group of viruses. They do not cause any problems in most people, but high-risk types can cause cervical cancer.</p>
169169
<p><strong>Why you're being invited</strong></p>
@@ -262,15 +262,15 @@
262262
classes: "nhsuk-expander"
263263
}) %}
264264
<p><strong>SenderID:</strong> NHS Blood Test</p>
265-
<p>((firstName))((lastName)), you are due for your NHS blood test. Book your appointment or find out more at <a href="#">http://www.nhs.uk/service-name-invite</a></p>
265+
<p>((firstName)) ((lastName)), you are due for your NHS blood test. Book your appointment or find out more at <a href="#">http://www.nhs.uk/service-name-invite</a></p>
266266
{% endcall %}
267267

268268
{% call details({
269269
summaryText: "Example 2 of an NHS text message",
270270
classes: "nhsuk-expander"
271271
}) %}
272272
<p><strong>SenderID:</strong> NHS App</p>
273-
<p>((firstName))((lastName))</p>
273+
<p>((firstName)) ((lastName))</p>
274274
<p>You have a new secure message from the NHS.</p>
275275
<p>Open the NHS App to read it.</p>
276276
<p>Or you can log in through the website: <a href="#">https://www.nhs.uk/inbox</a></p>
@@ -281,7 +281,7 @@
281281
classes: "nhsuk-expander"
282282
}) %}
283283
<p><strong>SenderID:</strong> NHS vaccination invitations</p>
284-
<p>((firstName))((lastName))</p>
284+
<p>((firstName)) ((lastName))</p>
285285
<p>You can get your free NHS winter COVID-19 vaccine because of your age.</p>
286286
<p>Book on the NHS App or at <a href="#">http://www.nhs.uk/book-covid</a></p>
287287
<p>Cannot get online? Phone 119. Translators are available. Contact your GP surgery if you need a home visit.</p>
@@ -338,7 +338,7 @@
338338
}) %}
339339
<p><strong>SenderID:</strong> NHS ((serviceName))</p>
340340
<p>Subject: NHS ((serviceName)) invitation</p>
341-
<p>Dear ((firstName))((lastName)),</p>
341+
<p>Dear ((firstName)) ((lastName)),</p>
342342
<p>We are inviting you for your NHS ((serviceName)) appointment.</p>
343343
<p>Find more information about your ((serviceName)) invite, including how to book your appointment: <a href="#">https://www.nhs.uk/service-name-invite</a>.</p>
344344
<p>Yours sincerely,</p>
@@ -351,7 +351,7 @@
351351
}) %}
352352
<p><strong>SenderID:</strong> NHS vaccination invitations</p>
353353
<p>Subject: Booking your NHS winter COVID-19 vaccination</p>
354-
<p>Dear ((firstName))((lastName)),</p>
354+
<p>Dear ((firstName)) ((lastName)),</p>
355355
<p>You can book a free winter NHS COVID-19 vaccination because you are aged 75 or over (or will be by 31 January 2026).</p>
356356
<p><strong>How to get your COVID-19 vaccination</strong></p>
357357
<ul>
@@ -409,7 +409,7 @@
409409
}) %}
410410
<p><strong>Reference number -</strong></p>
411411
<p><strong>NHS number -</strong> ((NHS number))</p>
412-
<p>Dear ((firstName))((lastName)),</p>
412+
<p>Dear ((firstName)) ((lastName)),</p>
413413
<p><strong>Confirm your address with NHS England</strong></p>
414414
<p>We are writing to you to confirm if the home address the NHS holds for you is up to date.</p>
415415
<p>If we do not receive the information we need from you within 30 days of the date of this letter, it will be assumed that you have moved and we will begin the process of removing you from your GP surgery’s patient list. This means you will not receive important information about your healthcare and will no longer be registered with a GP surgery.</p>
@@ -447,7 +447,7 @@
447447
<p>Date: DD MONTH YYYY</p>
448448
<p>Your NHS number: ((NHS number))</p>
449449
<p><strong>Booking your measles, mumps and rubella vaccination</strong></p>
450-
<p>Dear ((firstName))((lastName)),</p>
450+
<p>Dear ((firstName)) ((lastName)),</p>
451451
<p>Measles cases are increasing in England, so it's important you are fully vaccinated.</p>
452452
<p>We're inviting you to book a free measles, mumps and rubella (MMR) vaccination. This is because your NHS record suggests you have not completed your two-dose course of the MMR vaccine. You need 2 doses for the best protection against measles, mumps and rubella.</p>
453453
<p>These illnesses spread easily between unvaccinated people. Infection can lead to serious problems including meningitis, hearing loss and problems during pregnancy.</p>

0 commit comments

Comments
 (0)