Fix apostrophe

This commit is contained in:
karlchillmaid
2020-01-22 15:19:34 +00:00
committed by GitHub
parent f843862f51
commit b951b6a076

View File

@@ -75,7 +75,7 @@
{% else %}
<p>You should <a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">request to go live</a> when youre ready to send messages to people outside your team. Well approve your request within one working day.</p>
{% endif %}
<p>Check <a href="{{ url_for('main.how_to_pay') }}">how to pay</a> if you're planning to send letters or exceed the <a href="{{ url_for('.pricing') }}">free text message allowance</a>.</p>
<p>Check <a href="{{ url_for('main.how_to_pay') }}">how to pay</a> if youre planning to send letters or exceed the <a href="{{ url_for('.pricing') }}">free text message allowance</a>.</p>
</li>
</ol>