Skip to content

Commit 3e0c053

Browse files
authored
Added explainer para below H1 (#371)
Added text to help user understand that when you edit a batch, the changes will only apply to records completed in future. The changes to the batch details are not applied retrospectively to records that included the batch in question.
1 parent 14ca315 commit 3e0c053

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/vaccines/edit-batch.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<div class="nhsuk-grid-row">
1313
<div class="nhsuk-grid-column-two-thirds">
1414

15-
<h1 class="nhsuks-heading-xl">Edit batch</h1>
15+
<h1 class="nhsuks-heading-l">Edit batch</h1>
16+
17+
<p class="nhsuk-body-m">Your changes will only apply to vaccination records saved in future.</p>
1618

1719
<form action="/vaccines/{{ vaccine.id }}/{{ batch.batchNumber }}/update" method="post" novalidate="true">
1820

0 commit comments

Comments
 (0)