Skip to content

Commit

Permalink
Merge branch 'main' into feature-add-additional-contact-details-licen…
Browse files Browse the repository at this point in the history
…ce-contact-details-page
  • Loading branch information
jonathangoulding authored Jan 31, 2025
2 parents caf3677 + 63e446d commit 831791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notifications/setup/review.njk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{
govukDetails({
classes: 'govuk-!-margin-bottom-0',
summaryText: recipient.licences.length + ' licence numbers',
summaryText: recipient.licences.length + ' licences',
html: newLineArrayItems(recipient.licences)
})
}}
Expand Down

0 comments on commit 831791f

Please sign in to comment.