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 @@
+ 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',