Skip to content

Commit

Permalink
Merge pull request #1161 from ministryofjustice/fix-referral-link-text
Browse files Browse the repository at this point in the history
Remove unnecessary fullstop in referral link text
  • Loading branch information
aliuk2012 authored Dec 6, 2024
2 parents 9bc5e95 + 14cf2bf commit 842476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/components/overlap-details/macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
View referral<span class="govuk-visually-hidden"> for {{ params.overlap.referralNameOrCrn }}</span>
</a>
{% else %}
<p class="govuk-body">No referral found.</p>
<p class="govuk-body">No referral found</p>
{% endif %}
{% endmacro %}

0 comments on commit 842476b

Please sign in to comment.