mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-20 16:13:24 -04:00
Minor quote and heading fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Postage classes
|
||||
Postage
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
@@ -13,14 +13,14 @@
|
||||
<h1 class="heading-large">Postage</h1>
|
||||
<p>You can send letters by first or second class post.</p>
|
||||
<p>
|
||||
See a list of <a href="{{ url_for(".pricing", _anchor="letters") }}">postage prices</a>.
|
||||
See a list of <a href="{{ url_for('.pricing', _anchor='letters') }}">postage prices</a>.
|
||||
</p>
|
||||
<h2 class="heading-medium">Delivery times</h2>
|
||||
<p>
|
||||
Letters sent before 5:30pm are dispatched the next working day (Monday to Friday).
|
||||
</p>
|
||||
<p>
|
||||
First class letters are delivered one day after they're dispatched. Second class letters are delivered 2 days after they're dispatched.
|
||||
First class letters are delivered one day after they’re dispatched. Second class letters are delivered 2 days after they’re dispatched.
|
||||
</p>
|
||||
<p>
|
||||
Royal Mail delivers from Monday to Saturday, excluding bank holidays.
|
||||
|
||||
Reference in New Issue
Block a user