Skip to content

Commit 2c9b164

Browse files
committed
Update introduction to the text message pricing page
Reorder the information Add answers to a couple of FAQs Fix a typo
1 parent 273baa5 commit 2c9b164

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

app/templates/views/guidance/pricing/text-message-pricing.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ <h1 class="heading-large">Text message pricing</h1>
2424
}
2525
) }}
2626

27-
<p class="govuk-body">Each unique service you add has an annual allowance of free text messages.</p>
28-
<p class="govuk-body">When a service has used its annual allowance, it costs {{ sms_rate }} (plus VAT) for each text message you send.</p>
27+
<p class="govuk-body">A single, 160-character text message costs {{ sms_rate }} (plus VAT).</p>
28+
<p class="govuk-body">Find out <a class="govuk-link govuk-link--no-visited-state" href="#how-text-message-pricing-works">how text message pricing works</a>.</p>
29+
30+
<h2 class="heading-medium" id="free-text-message-allowance">Free text message allowance</h2>
31+
32+
<p class="govuk-body">Each eligible service you add will get an annual allowance of free text messages. The free allowance renews on 1 April.</p>
33+
<p class="govuk-body">The size of the allowance depends on the organisation you work for.</p>
2934

3035
<div class="bottom-gutter-3-2">
3136

@@ -40,7 +45,7 @@ <h1 class="heading-large">Text message pricing</h1>
4045
caption_visible=False
4146
) %}
4247
{% for organisation_type, charge in [
43-
(central_government_organisations_text, '30,000 free text message'),
48+
(central_government_organisations_text, '30,000 free text messages'),
4449
('Local authorities and regional organisations', '10,000 free text messages'),
4550
('State-funded schools', '5,000 free text messages'),
4651
('GP surgeries', 'No free allowance'),
@@ -54,7 +59,8 @@ <h1 class="heading-large">Text message pricing</h1>
5459
{% endcall %}
5560
</div>
5661

57-
<p class="govuk-body">GOV.UK Notify covers the cost of the free allowance. We do this to help support those teams who need it most. If your service sends a very high volume of text messages in a single year, we may not renew your free allowance the following year.</p>
62+
<p class="govuk-body">The free allowance is discretionary. We review it every year to make sure GOV.​UK Notify can still support those teams who need it the most.</p>
63+
<p class="govuk-body">If your service sends a very high volume of text messages in a single financial year, we may not renew its free allowance.</p>
5864

5965
<h2 class="heading-medium" id="how-text-message-pricing-works">How text message pricing works</h2>
6066

0 commit comments

Comments
 (0)