Small copy changes to pricing page (#570)

This closes #523
This commit is contained in:
Jonathan Bobel
2023-06-23 16:23:12 -04:00
committed by GitHub
parent c7abc95d25
commit e5280be30d

View File

@@ -19,14 +19,8 @@ data={
} }
) }} ) }}
<p>U.S. Notify is free to use unless you:</p> <p>During pilot period, each service has an allowance of 250,000 free text messages. Once this allowance is met, the
<ul class="list list-bullet"> application will stop delivering messages. Theres no monthly charge, no setup fee and no procurement cost.</p>
<li>exceed your <a class="usa-link" href="#text-messages">free text message
allowance</a></li>
</ul>
<p>Youll only pay for the additional text messages that you send. Theres no monthly charge, no setup fee and no
procurement cost.</p>
<p> <p>
{% if not current_user.is_authenticated %} {% if not current_user.is_authenticated %}
@@ -42,6 +36,8 @@ U.S. Notify team.
<p>When you add a new service it will start in <a class="usa-link" <p>When you add a new service it will start in <a class="usa-link"
href="{{ url_for('main.trial_mode_new') }}">trial mode</a>.</p> href="{{ url_for('main.trial_mode_new') }}">trial mode</a>.</p>
<p>Youll use more messages towards the allowance if you send text messages longer than 160 characters.</p>
<!-- <h2 class="font-body-lg" id="emails">Emails</h2> <!-- <h2 class="font-body-lg" id="emails">Emails</h2>
<p>Its free to send emails through Notify.</p> --> <p>Its free to send emails through Notify.</p> -->