From bad465021be325799d83eaaa14c111371c270f29 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 9 Dec 2019 11:07:21 +0000 Subject: [PATCH] Fix heading and content --- app/templates/views/message-status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/message-status.html b/app/templates/views/message-status.html index c181ec36d..745d0cde9 100644 --- a/app/templates/views/message-status.html +++ b/app/templates/views/message-status.html @@ -39,12 +39,12 @@

Spam

-

If an email is marked as spam, Notify receives a ‘complaint’ from the email provider. We contact you if we receive a complaint about any of your emails. When this happens you should remove the recipient’s email address from your list.

+

If an email is marked as spam, Notify receives a ‘complaint’ from the email provider. We’ll contact you if we receive a complaint about any of your emails. When this happens you should remove the recipient’s email address from your list.

Open rates and click-throughs

Notify does not track open rates and click-throughs because there are privacy issues. Tracking emails without asking users for their consent risks breaching General Data Protection Regulations (GDPR).

-

Text messages

+

Text messages

{% call mapping_table( caption='Message statuses – text messages', @@ -94,6 +94,6 @@

Every letter we send includes our printer’s address on the back of the envelope. It’s not possible to customise the return address.

Returned mail is securely destroyed by our printer.

-

Each letter has a unique ID. Our printer sends us the ID of every letter they destroy. We contact you if the IDs match any of your letters. This is a partly manual process, so it can take a few weeks.

+

Each letter has a unique ID. Our printer sends us the ID of every letter they destroy. We’ll contact you if the IDs match any of your letters. This is a partly manual process, so it can take a few weeks.

{% endblock %}