notify-admin-687 settings/send text messages changes

This commit is contained in:
Kenneth Kehl
2023-08-08 07:53:06 -07:00
parent 1a1ca0a7c9
commit 47ab69c4ec
2 changed files with 5 additions and 9 deletions

View File

@@ -18,17 +18,13 @@
<div class="grid-col-9">
{{ page_header('Send text messages') }}
<p>
You may send up to 250,000 text messages during the pilot period.
</p>
<!--<p>
You have a free allowance of
{{ '{:,}'.format(current_service.free_sms_fragment_limit) }} text messages each
financial year.
</p>
<!-- <p>
It costs 1.58 pence (plus VAT) for each text message you send
after your free allowance.
</p> -->
<p>
See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for(".pricing") }}">pricing</a> for more details.
</p>
</p>-->
{% call form_wrapper() %}
{{ form.enabled }}
{{ page_footer('Save') }}

View File

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