From 029a6ec3b5cb7ee4a8b2c57a571db0197c8d865f Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 22 Apr 2021 13:25:40 +0100 Subject: [PATCH 1/2] Update text message cost and rates Update text message cost and rates on the features page --- app/templates/views/features/text-messages.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/templates/views/features/text-messages.html b/app/templates/views/features/text-messages.html index 88b9bb78a..e6e19c9ec 100644 --- a/app/templates/views/features/text-messages.html +++ b/app/templates/views/features/text-messages.html @@ -31,11 +31,12 @@

See how to change the text message sender.

Pricing

-

Each service you add has a free annual allowance. After that it costs 1.58 pence (plus VAT) to send a text to a UK number.

+

Each service you add has an annual allowance of free text messages. When you’ve used your allowance, it costs 1.6 pence (plus VAT) for each additional text message you send to a UK number.

The free allowance is:

+
  • 150,000 free text messages for national services
  • +
  • 25,000 free text messages for regional services
  • +
  • 10,000 free text messages for state-funded schools and GP practices
  • See pricing for more details.

    {% endblock %} From e78c10fc402d2b73e62efc56eb577b6a0b5012e9 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 22 Apr 2021 13:27:22 +0100 Subject: [PATCH 2/2] Remove details of allowance and pricing --- app/templates/views/features/text-messages.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/templates/views/features/text-messages.html b/app/templates/views/features/text-messages.html index e6e19c9ec..352860c89 100644 --- a/app/templates/views/features/text-messages.html +++ b/app/templates/views/features/text-messages.html @@ -31,12 +31,7 @@

    See how to change the text message sender.

    Pricing

    -

    Each service you add has an annual allowance of free text messages. When you’ve used your allowance, it costs 1.6 pence (plus VAT) for each additional text message you send to a UK number.

    -

    The free allowance is:

    -
      -
    • 150,000 free text messages for national services
    • -
    • 25,000 free text messages for regional services
    • -
    • 10,000 free text messages for state-funded schools and GP practices
    -

    See pricing for more details.

    +

    Each service you add has an annual allowance of free text messages.

    +

    See pricing for more details.

    {% endblock %}