Skip to content

Commit fccebf3

Browse files
Fix incorrect label (#172)
1 parent ea52875 commit fccebf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/events/medical-information/symptoms/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h1 class="nhsuk-heading-l">
237237
html: input({
238238
name: "event[symptomTemp][nippleChangeDescription]",
239239
label: {
240-
text: "Describe the specific area"
240+
text: "Provide details"
241241
},
242242
value: event.symptomTemp.nippleChangeDescription,
243243
classes: "nhsuk-u-width-two-thirds"

0 commit comments

Comments
 (0)