From 47ab69c4ecb744210e7a30e398a3edee1c74df26 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 8 Aug 2023 07:53:06 -0700 Subject: [PATCH] notify-admin-687 settings/send text messages changes --- app/templates/views/service-settings/set-sms.html | 12 ++++-------- .../views/service_settings/test_service_settings.py | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app/templates/views/service-settings/set-sms.html b/app/templates/views/service-settings/set-sms.html index 13dd1166a..4c4ffb411 100644 --- a/app/templates/views/service-settings/set-sms.html +++ b/app/templates/views/service-settings/set-sms.html @@ -18,17 +18,13 @@
{{ page_header('Send text messages') }}

+ You may send up to 250,000 text messages during the pilot period. +

+ -

- See pricing for more details. -

+

--> {% call form_wrapper() %} {{ form.enabled }} {{ page_footer('Save') }} diff --git a/tests/app/main/views/service_settings/test_service_settings.py b/tests/app/main/views/service_settings/test_service_settings.py index 3fb81b231..e1e4ed2c7 100644 --- a/tests/app/main/views/service_settings/test_service_settings.py +++ b/tests/app/main/views/service_settings/test_service_settings.py @@ -3059,7 +3059,7 @@ def test_unknown_channel_404s( ), [ ( 'sms', - 'You have a free allowance of 250,000 text messages each financial year.', + 'You may send up to 250,000 text messages during the pilot period.', 'Send text messages', [], 'False',