Skip to content

Commit fd0aa68

Browse files
Mark field as optional if there are symptoms
1 parent d163572 commit fd0aa68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/reading/normal-details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="nhsuk-heading-l js-image-count">
4242
name: "normalDetails",
4343
id: "normalDetails",
4444
label: {
45-
text: "Provide information to support your decision",
45+
text: "Provide information to support your decision" ~(" (optional)" if hasSymptoms),
4646
classes: "nhsuk-label--s"
4747
}
4848
}) }}

0 commit comments

Comments
 (0)