mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
some content cleanup
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% block content_column_content %}
|
||||
|
||||
<h1 class="heading heading-large">Text messages</h1>
|
||||
<p class="govuk-body">Send thousands of free text messages to UK and international numbers with US Notify.</p>
|
||||
<p class="govuk-body">Send thousands of free text messages to US phone numbers with Notify.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> and try Notify for yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
</div>
|
||||
|
||||
<h3 class="heading-small" id="international-numbers">Sending text messages to international numbers</h3>
|
||||
<p class="govuk-body">It might cost more to send text messages to international numbers than UK ones, depending on the country.</p>
|
||||
<p class="govuk-body">It might cost more to send text messages to international numbers than US ones, depending on the country.</p>
|
||||
{% set smsIntRates %}
|
||||
{{ live_search(target_selector='#international-pricing .table-row', show=True, form=search_form, label='Search by country name or code') }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user