From d46120698bca8900cd6b45f17405e2eb783699ef Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Tue, 30 Nov 2021 14:25:46 +0000
Subject: [PATCH 01/10] Update content
---
app/templates/views/pricing/index.html | 44 ++++++++++++++++++--------
1 file changed, 30 insertions(+), 14 deletions(-)
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index e4deeeb7b..baa7475af 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -21,9 +21,9 @@
{% if not current_user.is_authenticated %}
- Create an account then add as many different services as you need to.
+ Create an account then add as many unique services as you need to.
{% else %}
- You can add as many different services as you need to.
+ You can add as many unique services as you need to.
{% endif %}
@@ -33,25 +33,31 @@
It’s free to send emails through Notify.
Text messages
- Every service you add has an annual allowance of free text messages.
- If your organisation has more than one service on Notify, they each have a separate allowance.
- You will only start paying for text messages when a service has used its free allowance for the year.
+ Each unique service you add has an annual allowance of free text messages.
+ When a service has used its annual allowance, it costs 1.6 pence (plus VAT) for each additional text message you send.
+ The actual number of text messages we charge you for will depend on whether you:
+
+ - send long messages
+ - use certain signs and symbols
+ - use accents and accented letters
+ - send text messages to international numbers
+
+
+ See how to pay.
+
+
Free text message allowance
+
The current allowance is:
- 150,000 free text messages for national services
- 25,000 free text messages for regional services
- 10,000 free text messages for state-funded schools and GP practices
- Paying for additional text messages
- When you’ve used your annual allowance of free text messages, it costs 1.6 pence (plus VAT) for each additional text message you send.
- See how to pay.
+
If your organisation has more than one service on Notify, they each have a separate allowance.
+ See who can use Notify.
Long text messages
- If a text message is longer than 160 characters (including spaces), it’ll be charged as more than one message.
-
- The following characters are charged as 2 characters each:
- []{}^\|~€
-
+ If a text message is longer than 160 characters (including spaces), it counts as more than one message.
{% call mapping_table(
@@ -75,9 +81,19 @@
{% endfor %}
{% endcall %}
+
+ Signs and symbols
+
+
+ The following signs and symbols count as 2 characters each:
+ []{}^\|~€
+
+
+ Using them can increase the cost of sending text messages.
+
Accents and accented characters
Some languages, such as Welsh, use accented characters.
- Text messages containing the following accented characters are charged at the normal rate: Ä, É, Ö, Ü, à, ä, é, è, ì, ò, ö, ù, ü.
+ The following accented characters do not affect the cost of sending text messages: Ä, É, Ö, Ü, à, ä, é, è, ì, ò, ö, ù, ü.
Using other accented characters can increase the cost of sending text messages.
{% set accentedChars %}
From 03601d1e1c3ba84d05b9abad324584e56c64923e Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Tue, 30 Nov 2021 14:30:12 +0000
Subject: [PATCH 02/10] Add links
---
app/templates/views/pricing/index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index baa7475af..9f80e79f4 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -37,10 +37,10 @@
When a service has used its annual allowance, it costs 1.6 pence (plus VAT) for each additional text message you send.
The actual number of text messages we charge you for will depend on whether you:
See how to pay.
From 192138465bfa6d3bd632edadcae884b21f96f7f1 Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Thu, 2 Dec 2021 10:45:06 +0000
Subject: [PATCH 03/10] Mention that services must be unique
---
app/templates/views/trial-mode.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html
index fa942a0c2..448d89142 100644
--- a/app/templates/views/trial-mode.html
+++ b/app/templates/views/trial-mode.html
@@ -35,6 +35,7 @@
Before you request to go live
You must:
+ - check that your service is unique
- add examples of the messages you want to send
- update your settings so you’re ready to send and receive messages
- accept our data sharing and financial agreement
From bf9db863548d5b71d2065746a726e62e18dd52ff Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Tue, 7 Dec 2021 09:36:59 +0000
Subject: [PATCH 04/10] Simplify lead in
---
app/templates/views/pricing/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index 9f80e79f4..8f9274d25 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -35,7 +35,7 @@
Text messages
Each unique service you add has an annual allowance of free text messages.
When a service has used its annual allowance, it costs 1.6 pence (plus VAT) for each additional text message you send.
- The actual number of text messages we charge you for will depend on whether you:
+ You’ll use more free messages, or pay more for each message, if you:
- send long messages
- use certain signs and symbols
From 05cc219c8025f084061868f95a123c1b935d64b1 Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Tue, 7 Dec 2021 09:37:15 +0000
Subject: [PATCH 05/10] Make first bullet clearer
---
app/templates/views/pricing/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index 8f9274d25..00075b84a 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -37,7 +37,7 @@
When a service has used its annual allowance, it costs 1.6 pence (plus VAT) for each additional text message you send.
You’ll use more free messages, or pay more for each message, if you:
- - send long messages
+ - send messages longer than 160 characters
- use certain signs and symbols
- use accents and accented letters
- send text messages to international numbers
From 55148396605c4df812247df9c1d554bee9c02996 Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Tue, 7 Dec 2021 09:37:28 +0000
Subject: [PATCH 06/10] Remove link
---
app/templates/views/pricing/index.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index 00075b84a..9f31be872 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -54,7 +54,6 @@
- 10,000 free text messages for state-funded schools and GP practices
If your organisation has more than one service on Notify, they each have a separate allowance.
- See who can use Notify.
Long text messages
If a text message is longer than 160 characters (including spaces), it counts as more than one message.
From 0a237ecc4f6646183abf7e6b6625422c9883d578 Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Tue, 7 Dec 2021 09:37:47 +0000
Subject: [PATCH 07/10] =?UTF-8?q?Remove=20=E2=80=98additional=E2=80=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/templates/views/pricing/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index 9f31be872..459fe74f9 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -34,7 +34,7 @@
Text messages
Each unique service you add has an annual allowance of free text messages.
- When a service has used its annual allowance, it costs 1.6 pence (plus VAT) for each additional text message you send.
+ When a service has used its annual allowance, it costs 1.6 pence (plus VAT) for each text message you send.
You’ll use more free messages, or pay more for each message, if you:
- send messages longer than 160 characters
From da6a037451c90de8d4d86817c5e30db4f557effa Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Tue, 7 Dec 2021 12:18:58 +0000
Subject: [PATCH 08/10] Remove content
---
app/templates/views/trial-mode.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html
index 448d89142..fa942a0c2 100644
--- a/app/templates/views/trial-mode.html
+++ b/app/templates/views/trial-mode.html
@@ -35,7 +35,6 @@
Before you request to go live
You must:
- - check that your service is unique
- add examples of the messages you want to send
- update your settings so you’re ready to send and receive messages
- accept our data sharing and financial agreement
From 76161efe34aa20cec8f6ea63db69f30b076782dc Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Tue, 14 Dec 2021 18:09:05 +0000
Subject: [PATCH 09/10] Update bullets to be more accurate
---
app/templates/views/pricing/index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index 459fe74f9..ccc785748 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -35,9 +35,10 @@
Text messages
Each unique service you add has an annual allowance of free text messages.
When a service has used its annual allowance, it costs 1.6 pence (plus VAT) for each text message you send.
- You’ll use more free messages, or pay more for each message, if you:
+ You’ll use more free messages, or pay more for each message, if you send text messages longer than 160 characters.
+ You may also use more free messages, or pay more for each message, if you:
- - send messages longer than 160 characters
+
- use certain signs and symbols
- use accents and accented letters
- send text messages to international numbers
From 9b197e1e6c70072f71f33d6649bd67b495fc7485 Mon Sep 17 00:00:00 2001
From: karlchillmaid
Date: Wed, 15 Dec 2021 19:28:05 +0000
Subject: [PATCH 10/10] Make content consistent
---
app/templates/views/pricing/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index ccc785748..14989df8b 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -54,7 +54,7 @@
- 25,000 free text messages for regional services
- 10,000 free text messages for state-funded schools and GP practices
- If your organisation has more than one service on Notify, they each have a separate allowance.
+ Each unique service you add has a separate allowance.
Long text messages
If a text message is longer than 160 characters (including spaces), it counts as more than one message.