From 05c93822e0446c767b66c6780d01dce5b89de9a1 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 22 Jan 2018 13:16:15 +0000 Subject: [PATCH] Add information about pricing to inbound SMS page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One of the things that came out of the support analysis was that people were asking how much inbound SMS costs. There wasn’t a significant volume of these requests, but the fix seems low-effort and non-disruptive enough that we should do it. Content by Thom. --- .../views/service-settings/set-inbound-sms.html | 13 ++++++------- tests/app/main/views/test_service_settings.py | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/app/templates/views/service-settings/set-inbound-sms.html b/app/templates/views/service-settings/set-inbound-sms.html index fd0c575df..3c2d0e795 100644 --- a/app/templates/views/service-settings/set-inbound-sms.html +++ b/app/templates/views/service-settings/set-inbound-sms.html @@ -27,17 +27,16 @@ {% endif %} {% else %}

- Receiving text messages from your users is an - invitation‑only feature. + If you want to be able to receive text messages from your users, please + get in touch.

- If you want to try it out, - get in touch with the GOV.UK Notify team. -

-

- We’ll set you up with a special phone number, and you’ll be able to see + We’ll create a special phone number for your users to contact. You'll be able to see the messages on your dashboard, or get them using the API.

+ It doesn’t cost you anything to receive messages. Users will pay their normal rate for + messaging a mobile number. +

{% endif %} {{ page_footer( back_link=url_for('.service_settings', service_id=current_service.id), diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index be48fda16..498ad5071 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -1821,7 +1821,7 @@ def test_cant_resume_active_service( 'main.service_set_inbound_sms', ['sms'], ( - 'Receiving text messages from your users is an invitation‑only feature.' + 'If you want to be able to receive text messages from your users, please get in touch.' ) ), (