Skip to content

Commit

Permalink
Remove unnecessary fullstop in referral link text
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuk2012 committed Dec 6, 2024
1 parent 9bc5e95 commit 14cf2bf
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 14cf2bf

Please sign in to comment.