More copy tweaking to remove UK spellings

This commit is contained in:
Mike Gintz
2022-11-04 12:35:40 -04:00
committed by GitHub
parent 8fa692bb88
commit e3b118d04f

View File

@@ -122,7 +122,7 @@
<div class="govuk-grid-column-one-half">
<span class="govuk-visually-hidden">There are</span>
<div class="product-page-big-number">{{ counts.organisations|format_thousands }}</div>
<span>organisations</span>
<span>organizations</span>
</div>
<div class="govuk-grid-column-one-half">
<span class="govuk-visually-hidden">and</span>
@@ -133,7 +133,7 @@
</div>
<p class="govuk-body">
See the
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.performance') }}">list of services and organisations</a>.
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.performance') }}">list of services and organizations</a>.
</p>
</div>
</div>