Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,8 @@ const DocumentUploadCompleteStage = ({ documents, documentConfig }: Props): Reac
<p>{documentConfig.content.uploadFilesExtraParagraph}</p>
)}

<p>
For information on destroying your paper records and removing the digital
files from your system, read the article{' '}
<Link
to="https://future.nhs.uk/DigitalPC/view?objectId=185217477"
data-testid="digitisation-link"
>
Digitisation of Lloyd George records
</Link>
{'.'}
</p>
<p>You can remove any digital copies of these files from your computer.</p>

<Button
data-testid="home-btn"
type="button"
Expand Down
2 changes: 1 addition & 1 deletion app/src/config/lloydGeorgeConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"confirmFilesTableParagraph": "",
"beforeYouUploadTitle": "Before you upload",
"previewUploadTitle": "Preview existing scanned paper notes record",
"uploadFilesExtraParagraph": "You can add a note to the patient's electronic health record to say their Lloyd George record is stored in this service. Use SNOMED code 16521000000101.",
"uploadFilesExtraParagraph": "",
"reviewDocumentTitle": "Scanned paper notes",
"addMoreFilesRadioNoText": "No, I don't have anymore scanned paper notes to add for this patient",
"addMoreFilesRadioYesText": "Yes, I have more scanned paper notes to add for this patient",
Expand Down
Loading