diff --git a/app/formatters.py b/app/formatters.py index 86c187f55..a9519cbcf 100644 --- a/app/formatters.py +++ b/app/formatters.py @@ -448,6 +448,12 @@ def message_count_noun(count, template_type): else: return "text messages" + if template_type == "parts": + if count == 1: + return "text message part" + else: + return "text message parts" + elif template_type == "email": if count == 1: return "email" diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html index 72b37170d..e1f377c6f 100644 --- a/app/templates/views/trial-mode.html +++ b/app/templates/views/trial-mode.html @@ -7,37 +7,33 @@ {% block content_column_content %}
When you add a new service it will start in trial mode. This lets you try out Notify.gov, with a few restrictions.
-While your service is in trial mode you can only:
-- To remove these restrictions, you can request to go live.
- {% else %} -- To remove these restrictions: -
-- When we receive your request we’ll get back to you within one working day. -
-You must:
+While your service is in trial mode you can only:
Each text message is made up of one or more parts.
+For more information on how message parts are calculated, see + Pricing.
+ +Before you request to make your service live so you can send messages to clients:
+To remove the restrictions of Trial Mode and begin sending messages to clients complete the Live Campaign Form.
+We'll get back to you within one working day.
{% endblock %} diff --git a/app/templates/views/usage.html b/app/templates/views/usage.html index 87ce5ade8..5636536d5 100644 --- a/app/templates/views/usage.html +++ b/app/templates/views/usage.html @@ -19,25 +19,25 @@You have sent {{ global_message_limit - daily_global_messages_remaining }} of your {{ global_message_limit }} daily messages allowance.
You have {{ daily_global_messages_remaining }} messages remaining. -
- What counts as 1 text message?
+ What counts as 1 text message part?
See pricing.