From f49f27bcdf080b3bfd544d5ec70c91e72a8adc3e Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 28 Feb 2024 16:07:49 -0500 Subject: [PATCH] Content updates to pricing page --- app/templates/views/pricing/index.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 73c67770e..f3f13cf8c 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -15,7 +15,7 @@ Pricing {{ content_metadata( data={ -"Last updated": "January 25, 2024" +"Last updated": "February 5, 2024" } ) }} @@ -30,7 +30,8 @@ more parts towards the allowance if you:

Long text messages

-

If a text message is longer than 160 characters (including spaces), it counts as more than one message part.

+

If a text message is longer than 160 characters (including spaces and service name), it counts as more than one message +part.

{% call mapping_table( @@ -55,6 +56,13 @@ more parts towards the allowance if you:

{% endcall %}
+

Personalization

+

Personalization can change the length of messages. For example, if you are personalizing with a first name, Fred is +significantly shorter than Alexander. When you are evaluating how long a message is, you need to consider variations in +message length based on personalization.

+

Before you send messages, Notify will let you know how many messages you are sending, the number of parts you are using, +and the number of parts you’ll have left.

+

Signs and symbols

@@ -158,9 +166,4 @@ more parts towards the allowance if you:

{% endcall %} -

Trial mode

-

When a new service is added, it will start in trial mode. Moving a service out of trial mode is subject to approval by -the Notify.gov team. Additional unique services may be added, although moving each service out of trial mode is subject -to approval by the Notify.gov team.

- {% endblock %}